summaryrefslogtreecommitdiff
path: root/crypto/dh
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-25 15:09:07 -0400
committerPauli <pauli@openssl.org>2021-05-27 09:56:41 +1000
commit9d0dd1d51335cd17d2594adfe4d30142f2ab8b19 (patch)
treeb4dd0790d8ca77378197f73972e753ce6109014c /crypto/dh
parent449bdf3746244160e8ab0ee3ac73d4c73017c2fb (diff)
downloadopenssl-new-9d0dd1d51335cd17d2594adfe4d30142f2ab8b19.tar.gz
Use "" for include crypto/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/dh')
-rw-r--r--crypto/dh/dh_kdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_kdf.c b/crypto/dh/dh_kdf.c
index 0ec7644909..ecc37fa92a 100644
--- a/crypto/dh/dh_kdf.c
+++ b/crypto/dh/dh_kdf.c
@@ -22,7 +22,7 @@
#include <openssl/asn1.h>
#include <openssl/kdf.h>
#include "internal/provider.h"
-#include <crypto/dh.h>
+#include "crypto/dh.h"
/* Key derivation function from X9.63/SECG */
int ossl_dh_kdf_X9_42_asn1(unsigned char *out, size_t outlen,