diff options
author | onefang | 2021-09-14 11:43:33 +1000 |
---|---|---|
committer | onefang | 2021-09-14 11:43:33 +1000 |
commit | b8d492cd2499f1ce230f687174ab1583c207cb33 (patch) | |
tree | be105ab6f7129c3a965201bb0658436f221291ee | |
parent | More CSS tweaking. Bottom stuff aligned left at the bottom. (diff) | |
download | opensim-SC-b8d492cd2499f1ce230f687174ab1583c207cb33.zip opensim-SC-b8d492cd2499f1ce230f687174ab1583c207cb33.tar.gz opensim-SC-b8d492cd2499f1ce230f687174ab1583c207cb33.tar.bz2 opensim-SC-b8d492cd2499f1ce230f687174ab1583c207cb33.tar.xz |
Comment++
-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" |