SynopsisGenerate an opaque string for digest authentication purposes. Prototype#include "websda.h" char_t alcOpaque(webs_t wp); Parameters
DescriptionThe returned string must be deleted using bfree. Return ValuewebsCalcOpaque returns a pointer to a new copy of an opaque string, or a NULL on an error. Examplechar_t * opaque = websCalcOpaque(wp); See AlsowebsCalcNonce(), bfree() |