diff options
| author | 2022-09-27 10:03:41 +0200 | |
|---|---|---|
| committer | 2022-09-27 10:03:41 +0200 | |
| commit | fcf832850302b06e5f83a8d83ec3f1dc873490f4 (patch) | |
| tree | ffbfd61335b2c4fb18584a48621e0636778fbd87 /xs_openssl.h | |
| parent | Started command-line command 'note'. (diff) | |
| download | penes-snac2-fcf832850302b06e5f83a8d83ec3f1dc873490f4.tar.gz penes-snac2-fcf832850302b06e5f83a8d83ec3f1dc873490f4.tar.xz penes-snac2-fcf832850302b06e5f83a8d83ec3f1dc873490f4.zip | |
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) | |||
| 194 | 194 | ||
| 195 | /* I've learnt all these magical incantations by watching | 195 | /* I've learnt all these magical incantations by watching |
| 196 | the Python module code and the OpenSSL manual pages */ | 196 | the Python module code and the OpenSSL manual pages */ |
| 197 | /* Well, "learnt" may be an exaggeration */ | 197 | /* Well, "learnt" may be an overstatement */ |
| 198 | 198 | ||
| 199 | md = EVP_get_digestbyname("sha256"); | 199 | md = EVP_get_digestbyname("sha256"); |
| 200 | 200 | ||