summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_utl.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-08-03 16:21:01 -0400
committerRich Salz <rsalz@openssl.org>2017-08-06 17:06:19 -0400
commit5f8dd0f849d3bb87b2224715f8880716f39e9b0a (patch)
tree3ce718efa6c281c5f8ec1680fb4e7dd9f9811306 /crypto/asn1/tasn_utl.c
parentc57c32a8b1e381a5f272e64db349ebadc1ce4ff5 (diff)
Add missing include of cryptlib.h
Also use "" not <> for all include cryptlib Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4082)
Diffstat (limited to 'crypto/asn1/tasn_utl.c')
-rw-r--r--crypto/asn1/tasn_utl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/tasn_utl.c b/crypto/asn1/tasn_utl.c
index f79d7d6b44..9fc4cc2642 100644
--- a/crypto/asn1/tasn_utl.c
+++ b/crypto/asn1/tasn_utl.c
@@ -9,7 +9,7 @@
#include <stddef.h>
#include <string.h>
-#include <internal/cryptlib.h>
+#include "internal/cryptlib.h"
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/objects.h>