CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/17 22:01:53
Modified files:
lib/libcrypto/man: EVP_PKEY_set1_RSA.3
Log message:
In evp.h rev. 1.75, tb@ provided EVP_PKEY_get0_hmac(3).
Document it.
Even though OpenSSL muddles the waters by lumping the description
together with the other EVP_PKEY_get0_*() functions, describe it
separately because a char * has no reference count and because
the function fills in an additional length parameter.
