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/dh/dh.h openssl-1.0.2d/crypto/dh/dh.h
--- openssl-1.0.2d.orig/crypto/dh/dh.h	2015-07-09 19:57:15.000000000 +0800
+++ openssl-1.0.2d/crypto/dh/dh.h	2015-07-28 12:27:40.419724119 +0800
@@ -143,5 +143,5 @@
     BIGNUM *g;
     long length;                /* optional */
-    BIGNUM *pub_key;            /* g^x */
+    BIGNUM *pub_key;            /* g^x % p */
     BIGNUM *priv_key;           /* x */
     int flags;
Only in openssl-1.0.2d/crypto/dh: .dh.h.swp
diff '--unified=2' --recursive openssl-1.0.2d.orig/include/openssl/dh.h openssl-1.0.2d/include/openssl/dh.h
--- openssl-1.0.2d.orig/include/openssl/dh.h	2015-07-09 19:57:15.000000000 +0800
+++ openssl-1.0.2d/include/openssl/dh.h	2015-07-28 12:27:40.419724119 +0800
@@ -143,5 +143,5 @@
     BIGNUM *g;
     long length;                /* optional */
-    BIGNUM *pub_key;            /* g^x */
+    BIGNUM *pub_key;            /* g^x % p */
     BIGNUM *priv_key;           /* x */
     int flags;
_______________________________________________
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