diff options
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"); |