]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
internal/asn1.h: Add missing '#include <openssl/bio.h>'
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 24 Jun 2021 19:34:24 +0000 (21:34 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Fri, 30 Sep 2022 20:25:45 +0000 (22:25 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/15913)

include/internal/asn1.h

index 3143e3405f1d50be46b4b16c4417af489dd85573..36dbe0fcd32d372a8bd2f149d72a37c0d4377ddb 100644 (file)
@@ -11,6 +11,8 @@
 # define OSSL_INTERNAL_ASN1_H
 # pragma once
 
+# include <openssl/bio.h>
+
 int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
 
 #endif