summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bss_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bio/bss_null.c')
-rw-r--r--src/lib/libcrypto/bio/bss_null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bio/bss_null.c b/src/lib/libcrypto/bio/bss_null.c
index d04be888e5..aee18e3ada 100644
--- a/src/lib/libcrypto/bio/bss_null.c
+++ b/src/lib/libcrypto/bio/bss_null.c
@@ -79,6 +79,7 @@ static BIO_METHOD null_method=
79 null_ctrl, 79 null_ctrl,
80 null_new, 80 null_new,
81 null_free, 81 null_free,
82 NULL,
82 }; 83 };
83 84
84BIO_METHOD *BIO_s_null(void) 85BIO_METHOD *BIO_s_null(void)