[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Wed Apr 13 20:23:09 UTC 2016


The branch master has been updated
       via  a48eaf711871b689b2287cf3c6c4038a5af636e9 (commit)
      from  37d0764d5bead83318badbdb7c357f59e7894897 (commit)


- Log -----------------------------------------------------------------
commit a48eaf711871b689b2287cf3c6c4038a5af636e9
Author: Rich Salz <rsalz at openssl.org>
Date:   Wed Apr 13 15:54:16 2016 -0400

    Need err_load_crypto_strings_int declared.
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 crypto/err/err_all.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 4add7fa..97078b4 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -56,7 +56,7 @@
  */
 
 #include <stdio.h>
-#include <internal/err.h>
+#include "internal/err_int.h"
 #include <openssl/asn1.h>
 #include <openssl/bn.h>
 #include <openssl/ec.h>


More information about the openssl-commits mailing list