diff options
author | onefang | 2021-08-18 23:26:05 +1000 |
---|---|---|
committer | onefang | 2021-08-18 23:26:05 +1000 |
commit | 12d15afcba3fbde56cafc0ec0f31306ed28a0b28 (patch) | |
tree | d21c2b8cd495d6a0b219c7a921d655843e646bd8 | |
parent | Factor out most of the system() calls. (diff) | |
download | opensim-SC-12d15afcba3fbde56cafc0ec0f31306ed28a0b28.zip opensim-SC-12d15afcba3fbde56cafc0ec0f31306ed28a0b28.tar.gz opensim-SC-12d15afcba3fbde56cafc0ec0f31306ed28a0b28.tar.bz2 opensim-SC-12d15afcba3fbde56cafc0ec0f31306ed28a0b28.tar.xz |
TODO++
-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> |