diff options
author | default <nobody@localhost> | 2022-09-27 10:03:41 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-27 10:03:41 +0200 |
commit | fcf832850302b06e5f83a8d83ec3f1dc873490f4 (patch) | |
tree | ffbfd61335b2c4fb18584a48621e0636778fbd87 /xs_openssl.h | |
parent | 55226d3e6b2e468a13b17994fa8564604104dc30 (diff) |
Backported xs_regex.h from xs.
Diffstat (limited to 'xs_openssl.h')
-rw-r--r-- | xs_openssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xs_openssl.h b/xs_openssl.h index d172444..fd57c86 100644 --- a/xs_openssl.h +++ b/xs_openssl.h @@ -194,7 +194,7 @@ d_char *xs_evp_sign(char *secret, char *mem, int size) /* I've learnt all these magical incantations by watching the Python module code and the OpenSSL manual pages */ - /* Well, "learnt" may be an exaggeration */ + /* Well, "learnt" may be an overstatement */ md = EVP_get_digestbyname("sha256"); |