The patch is for openssl-1.0.2d.tar.gz of which file the MD5 is
38dd619b2e77cbac69b99f52a053d25a

diff '--unified=2' --recursive openssl-1.0.2d.orig/crypto/evp/evp.h openssl-1.0.2d/crypto/evp/evp.h
--- openssl-1.0.2d.orig/crypto/evp/evp.h	2015-07-09 19:57:15.000000000 +0800
+++ openssl-1.0.2d/crypto/evp/evp.h	2015-07-17 20:53:41.000000000 +0800
@@ -158,5 +158,5 @@
 
 # ifndef EVP_MD
-struct env_md_st {
+struct evp_md_st {
     int type;
     int pkey_type;
@@ -266,5 +266,5 @@
 # endif                         /* !EVP_MD */
 
-struct env_md_ctx_st {
+struct evp_md_ctx_st {
     const EVP_MD *digest;
     ENGINE *engine;             /* functional reference if 'digest' is
diff '--unified=2' --recursive openssl-1.0.2d.orig/crypto/ossl_typ.h openssl-1.0.2d/crypto/ossl_typ.h
--- openssl-1.0.2d.orig/crypto/ossl_typ.h	2015-07-09 19:57:15.000000000 +0800
+++ openssl-1.0.2d/crypto/ossl_typ.h	2015-07-17 20:54:35.000000000 +0800
@@ -129,6 +129,6 @@
 typedef struct evp_cipher_st EVP_CIPHER;
 typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
-typedef struct env_md_st EVP_MD;
-typedef struct env_md_ctx_st EVP_MD_CTX;
+typedef struct evp_md_st EVP_MD;
+typedef struct evp_md_ctx_st EVP_MD_CTX;
 typedef struct evp_pkey_st EVP_PKEY;
 
diff '--unified=2' --recursive openssl-1.0.2d.orig/include/openssl/evp.h openssl-1.0.2d/include/openssl/evp.h
--- openssl-1.0.2d.orig/include/openssl/evp.h	2015-07-09 19:57:15.000000000 +0800
+++ openssl-1.0.2d/include/openssl/evp.h	2015-07-17 20:53:41.000000000 +0800
@@ -158,5 +158,5 @@
 
 # ifndef EVP_MD
-struct env_md_st {
+struct evp_md_st {
     int type;
     int pkey_type;
@@ -266,5 +266,5 @@
 # endif                         /* !EVP_MD */
 
-struct env_md_ctx_st {
+struct evp_md_ctx_st {
     const EVP_MD *digest;
     ENGINE *engine;             /* functional reference if 'digest' is
diff '--unified=2' --recursive openssl-1.0.2d.orig/include/openssl/ossl_typ.h openssl-1.0.2d/include/openssl/ossl_typ.h
--- openssl-1.0.2d.orig/include/openssl/ossl_typ.h	2015-07-09 19:57:15.000000000 +0800
+++ openssl-1.0.2d/include/openssl/ossl_typ.h	2015-07-17 20:54:35.000000000 +0800
@@ -129,6 +129,6 @@
 typedef struct evp_cipher_st EVP_CIPHER;
 typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
-typedef struct env_md_st EVP_MD;
-typedef struct env_md_ctx_st EVP_MD_CTX;
+typedef struct evp_md_st EVP_MD;
+typedef struct evp_md_ctx_st EVP_MD_CTX;
 typedef struct evp_pkey_st EVP_PKEY;
 
_______________________________________________
openssl-bugs-mod mailing list
openssl-bugs-...@openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to