[openssl-commits] [openssl] OpenSSL_0_9_8-stable update
Matt Caswell
matt at openssl.org
Tue Jan 13 11:37:22 UTC 2015
The branch OpenSSL_0_9_8-stable has been updated
via 56abaa14e0ac762455277757001387070e6ded45 (commit)
from 8b8a48d099e6ae985f80cbbdad566e2b8aaf96a3 (commit)
- Log -----------------------------------------------------------------
commit 56abaa14e0ac762455277757001387070e6ded45
Author: Matt Caswell <matt at openssl.org>
Date: Sat Jan 10 23:36:28 2015 +0000
Fix warning where BIO_FLAGS_UPLINK was being redefined.
This warning breaks the build in 1.0.0 and 0.9.8
Reviewed-by: Andy Polyakov <appro at openssl.org>
(cherry picked from commit b1ffc6ca1c387efad0772c16dfe426afef45dc4f)
-----------------------------------------------------------------------
Summary of changes:
crypto/ecdsa/ecs_vrf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/ecdsa/ecs_vrf.c b/crypto/ecdsa/ecs_vrf.c
index 2836efe..188b9d5 100644
--- a/crypto/ecdsa/ecs_vrf.c
+++ b/crypto/ecdsa/ecs_vrf.c
@@ -57,7 +57,7 @@
*/
#include "ecs_locl.h"
-#include "cryptlib.h"
+#include <string.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
More information about the openssl-commits
mailing list