X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fbio%2Fbss_acpt.c;h=9afa6364069d9f7ac78f5cfb2c8a2bb4e657680c;hb=3167f68faf4cd8f2a29b48785dc8e59ba0a2d25c;hp=47af80f76d51d2976f88952b908b1300dbb2af06;hpb=b1c4fe36258dde2950f59fec5d5f86743e495d9d;p=oweals%2Fopenssl.git diff --git a/crypto/bio/bss_acpt.c b/crypto/bio/bss_acpt.c index 47af80f76d..9afa636406 100644 --- a/crypto/bio/bss_acpt.c +++ b/crypto/bio/bss_acpt.c @@ -118,6 +118,7 @@ static BIO_METHOD methods_acceptp= acpt_ctrl, acpt_new, acpt_free, + NULL, }; BIO_METHOD *BIO_s_accept(void)