[Git][NTPsec/ntpsec][master] Another try at ancient versions of OpenSSL
Hal Murray (@hal.murray)
gitlab at mg.gitlab.com
Fri Dec 20 11:10:46 UTC 2024
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
85c811d0 by Hal Murray at 2024-12-20T03:09:07-08:00
Another try at ancient versions of OpenSSL
I had the parameters to #define backwards.
- - - - -
1 changed file:
- include/hack-ancient-openssl.h
Changes:
=====================================
include/hack-ancient-openssl.h
=====================================
@@ -20,9 +20,9 @@
#define GUARD_HACK_ANCIENT_OPENSSL_H
#ifndef HAVE_EVP_MD_CTX_NEW
- #define EVP_MD_CTX_create() EVP_MD_CTX_new()
- #define EVP_MD_CTX_init(ctx) EVP_MD_CTX_reset((ctx))
- #define EVP_MD_CTX_destroy(ctx) EVP_MD_CTX_free((ctx))
+ #define EVP_MD_CTX_new() EVP_MD_CTX_create()
+ #define EVP_MD_CTX_reset(ctx) EVP_MD_CTX_init((ctx))
+ #define EVP_MD_CTX_free(ctx) EVP_MD_CTX_destroy((ctx))
#endif
#endif /* GUARD_HACK_ANCIENT_OPENSSL_H */
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/85c811d02b1feb26c4dc240f2d6881db7530dac1
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/85c811d02b1feb26c4dc240f2d6881db7530dac1
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20241220/4e507938/attachment.htm>
More information about the vc
mailing list