commit | 176db6dc51ec0a972bfa8836cfdab8f6767c978a | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@openssl.org> | Tue Aug 22 08:35:43 2017 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Tue Aug 22 09:54:20 2017 -0400 |
tree | a1ac85fb38a43a0c7093e650645f116f4ac3fa2d | |
parent | 12bd06cd6b7a67ae6b4f582b085555f62fbea93a [diff] [blame] |
Use "" not <> for internal/ includes Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4217)
diff --git a/test/dhtest.c b/test/dhtest.c index ac09c44..7500f37 100644 --- a/test/dhtest.c +++ b/test/dhtest.c
@@ -11,7 +11,7 @@ #include <stdlib.h> #include <string.h> -#include <internal/nelem.h> +#include "internal/nelem.h" #include <openssl/crypto.h> #include <openssl/bio.h> #include <openssl/bn.h>