diff options
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index d0c3e01..4d310f4 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -146,6 +146,7 @@ extern char **environ; | |||
146 | // TODO - I should probably replace openSSL with something else. Only using it for the hash functions, and apparently it's got a bit of a bad rep. | 146 | // TODO - I should probably replace openSSL with something else. Only using it for the hash functions, and apparently it's got a bit of a bad rep. |
147 | // only sha 512 I think. Which qLibc doesn't have. It has MD5 128 bit, Mummur3 32 and 128 bit, and FNV1 32 and 64 bit. | 147 | // only sha 512 I think. Which qLibc doesn't have. It has MD5 128 bit, Mummur3 32 and 128 bit, and FNV1 32 and 64 bit. |
148 | // qLibc optionally uses openSSL for it's HTTP client stuff. | 148 | // qLibc optionally uses openSSL for it's HTTP client stuff. |
149 | // toybox uses openSSL for it's sha512. | ||
149 | #include <openssl/crypto.h> | 150 | #include <openssl/crypto.h> |
150 | #include <openssl/evp.h> | 151 | #include <openssl/evp.h> |
151 | #include "openssl/hmac.h" | 152 | #include "openssl/hmac.h" |