diff options
-rw-r--r-- | src/lib/libcrypto/bio/bio_meth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bio_meth.c b/src/lib/libcrypto/bio/bio_meth.c index 2eb6794f02..c795c3f231 100644 --- a/src/lib/libcrypto/bio/bio_meth.c +++ b/src/lib/libcrypto/bio/bio_meth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bio_meth.c,v 1.4 2018/02/20 18:17:17 tb Exp $ */ | 1 | /* $OpenBSD: bio_meth.c,v 1.5 2018/02/20 18:51:35 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
4 | * | 4 | * |
@@ -134,7 +134,7 @@ long | |||
134 | (*BIO_meth_get_callback_ctrl(BIO_METHOD *biom))(BIO *, int, BIO_info_cb *) | 134 | (*BIO_meth_get_callback_ctrl(BIO_METHOD *biom))(BIO *, int, BIO_info_cb *) |
135 | { | 135 | { |
136 | return | 136 | return |
137 | (long (*)(BIO *, int, BIO_info_cb*))biom->callback_ctrl; /* XXX */ | 137 | (long (*)(BIO *, int, BIO_info_cb *))biom->callback_ctrl; /* XXX */ |
138 | } | 138 | } |
139 | 139 | ||
140 | int | 140 | int |