diff options
Diffstat (limited to 'src/sledjchisl/sledjchisl.c')
-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 91ecb77..dddd054 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -140,6 +140,7 @@ extern char **environ; | |||
140 | #include <extensions/qconfig.h> | 140 | #include <extensions/qconfig.h> |
141 | 141 | ||
142 | // 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. | 142 | // 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. |
143 | // 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. | ||
143 | // qLibc optionally uses openSSL for it's HTTP client stuff. | 144 | // qLibc optionally uses openSSL for it's HTTP client stuff. |
144 | #include <openssl/crypto.h> | 145 | #include <openssl/crypto.h> |
145 | #include <openssl/evp.h> | 146 | #include <openssl/evp.h> |