Use "" not <> for internal/ includes
[openssl.git] / test / bftest.c
index 0639ec888d35854a3cdd5095c2db6dba64ef446c..36029c2f7b2b61a1aab55bc09e7472644882a419 100644 (file)
 #include <string.h>
 #include <stdlib.h>
 #include <openssl/opensslconf.h> /* To see if OPENSSL_NO_BF is defined */
-
 #include "testutil.h"
 
-#include <internal/nelem.h>
-
+#include "internal/nelem.h"
 #ifndef OPENSSL_NO_BF
 # include <openssl/blowfish.h>