[#OPENSSL_LH_strhash] = OPENSSL_LH_strhash :mrdocs: Hash a NUL‐terminated C string for use as an LHASH hash function. == Synopsis Declared in `<openssl/lhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned long OPENSSL_LH_strhash(char const* c); ---- == Return Value Hash value. == Parameters [cols="1,4"] |=== | Name| Description | *c* | String to hash; NULL is treated as empty. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#