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) | |||
| 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 | ||