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/452d4f652aee
branches:  trunk
changeset: 746137:452d4f652aee
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 6b988de9a6db -r 452d4f652aee 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