diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/bio_asn1.c')
-rw-r--r-- | src/lib/libcrypto/asn1/bio_asn1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/bio_asn1.c b/src/lib/libcrypto/asn1/bio_asn1.c index 6bc42009f7..9017786f1f 100644 --- a/src/lib/libcrypto/asn1/bio_asn1.c +++ b/src/lib/libcrypto/asn1/bio_asn1.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bio_asn1.c,v 1.16 2022/01/07 09:02:17 tb Exp $ */ | 1 | /* $OpenBSD: bio_asn1.c,v 1.17 2022/01/14 08:40:57 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project. | 3 | * project. |
4 | */ | 4 | */ |
@@ -118,7 +118,7 @@ static int asn1_bio_gets(BIO *h, char *str, int size); | |||
118 | static long asn1_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2); | 118 | static long asn1_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2); |
119 | static int asn1_bio_new(BIO *h); | 119 | static int asn1_bio_new(BIO *h); |
120 | static int asn1_bio_free(BIO *data); | 120 | static int asn1_bio_free(BIO *data); |
121 | static long asn1_bio_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp); | 121 | static long asn1_bio_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); |
122 | 122 | ||
123 | static int asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, | 123 | static int asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, |
124 | asn1_ps_func *cleanup, asn1_bio_state_t next); | 124 | asn1_ps_func *cleanup, asn1_bio_state_t next); |
@@ -346,7 +346,7 @@ asn1_bio_gets(BIO *b, char *str, int size) | |||
346 | } | 346 | } |
347 | 347 | ||
348 | static long | 348 | static long |
349 | asn1_bio_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) | 349 | asn1_bio_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) |
350 | { | 350 | { |
351 | if (b->next_bio == NULL) | 351 | if (b->next_bio == NULL) |
352 | return (0); | 352 | return (0); |