summaryrefslogtreecommitdiff
path: root/xs_openssl.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-27 10:03:41 +0200
committerdefault <nobody@localhost>2022-09-27 10:03:41 +0200
commitfcf832850302b06e5f83a8d83ec3f1dc873490f4 (patch)
treeffbfd61335b2c4fb18584a48621e0636778fbd87 /xs_openssl.h
parent55226d3e6b2e468a13b17994fa8564604104dc30 (diff)
Backported xs_regex.h from xs.
Diffstat (limited to 'xs_openssl.h')
-rw-r--r--xs_openssl.h2
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");