summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_locl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/asn1/asn1_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_locl.h b/src/lib/libcrypto/asn1/asn1_locl.h
index 79239faea1..3a0e5091e3 100644
--- a/src/lib/libcrypto/asn1/asn1_locl.h
+++ b/src/lib/libcrypto/asn1/asn1_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1_locl.h,v 1.29 2022/05/05 19:18:56 jsing Exp $ */ 1/* $OpenBSD: asn1_locl.h,v 1.30 2022/05/12 19:33:19 jsing 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 2006. 3 * project 2006.
4 */ 4 */
@@ -172,8 +172,8 @@ int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
172 172
173void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it); 173void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
174void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it); 174void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
175int asn1_enc_save(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it);
175int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it); 176int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it);
176int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it);
177 177
178int i2d_ASN1_BOOLEAN(int a, unsigned char **pp); 178int i2d_ASN1_BOOLEAN(int a, unsigned char **pp);
179int d2i_ASN1_BOOLEAN(int *a, const unsigned char **pp, long length); 179int d2i_ASN1_BOOLEAN(int *a, const unsigned char **pp, long length);