summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bss_acpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bio/bss_acpt.c')
-rw-r--r--src/lib/libcrypto/bio/bss_acpt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bio/bss_acpt.c b/src/lib/libcrypto/bio/bss_acpt.c
index 47af80f76d..9afa636406 100644
--- a/src/lib/libcrypto/bio/bss_acpt.c
+++ b/src/lib/libcrypto/bio/bss_acpt.c
@@ -118,6 +118,7 @@ static BIO_METHOD methods_acceptp=
118 acpt_ctrl, 118 acpt_ctrl,
119 acpt_new, 119 acpt_new,
120 acpt_free, 120 acpt_free,
121 NULL,
121 }; 122 };
122 123
123BIO_METHOD *BIO_s_accept(void) 124BIO_METHOD *BIO_s_accept(void)