diff options
author | Rich Salz <rsalz@akamai.com> | 2021-05-25 21:06:22 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-05-27 01:56:41 +0200 |
commit | 6229815ab8f6e0a6e272c7a7094a061606cd0a90 (patch) | |
tree | 08d8dbb2c845fbe892f139ec100cc4bc730bce6d /crypto/asn1 | |
parent | rsa: rename global rsaz_ sumbols so they are in namespace (diff) | |
download | openssl-6229815ab8f6e0a6e272c7a7094a061606cd0a90.tar.xz openssl-6229815ab8f6e0a6e272c7a7094a061606cd0a90.zip |
Use <> for #include openssl/xxx
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15468)
Diffstat (limited to 'crypto/asn1')
-rw-r--r-- | crypto/asn1/n_pkey.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/asn1/n_pkey.c b/crypto/asn1/n_pkey.c index 91d6c60659..d1d4874bcb 100644 --- a/crypto/asn1/n_pkey.c +++ b/crypto/asn1/n_pkey.c @@ -7,8 +7,7 @@ * https://www.openssl.org/source/license.html */ -#include "openssl/opensslconf.h" - +#include <openssl/opensslconf.h> #include "internal/cryptlib.h" #include <stdio.h> #include <openssl/rsa.h> |