summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-10-19 09:18:37 +0200
committerTomas Mraz <tomas@openssl.org>2023-10-19 10:15:56 +0200
commit80f32964a5388f5a313ced88f17a41f17794e369 (patch)
tree11302b083800fb3c6e4f8dfe4956f067873ec6c8 /include
parent1d768852e938ea1b4c6076df0c5a1e59f9027f8c (diff)
Do not include crypto/asn1.h from internal/cryptlib.h
This is unnecessary and conceptualy wrong as headers from internal should not include headers from crypto Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22432)
Diffstat (limited to 'include')
-rw-r--r--include/internal/cryptlib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/internal/cryptlib.h b/include/internal/cryptlib.h
index 843a720b8f..64851fd8ed 100644
--- a/include/internal/cryptlib.h
+++ b/include/internal/cryptlib.h
@@ -19,7 +19,6 @@
# endif
# include "internal/common.h"
-# include "crypto/asn1.h"
# include <openssl/crypto.h>
# include <openssl/buffer.h>