Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/bio eliminate diff w...



details:   https://anonhg.NetBSD.org/src/rev/6d743bacfda1
branches:  trunk
changeset: 970398:6d743bacfda1
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 22 20:07:05 2020 +0000

description:
eliminate diff with upstream.

diffstat:

 crypto/external/bsd/openssl/dist/crypto/bio/bss_log.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 18097f09f292 -r 6d743bacfda1 crypto/external/bsd/openssl/dist/crypto/bio/bss_log.c
--- a/crypto/external/bsd/openssl/dist/crypto/bio/bss_log.c     Sun Mar 22 20:05:29 2020 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/bio/bss_log.c     Sun Mar 22 20:07:05 2020 +0000
@@ -97,7 +97,7 @@
     slg_ctrl,
     slg_new,
     slg_free,
-    NULL,
+    NULL,                      /* slg_callback_ctrl */
 };
 
 const BIO_METHOD *BIO_s_log(void)



Home | Main Index | Thread Index | Old Index