diff options
Diffstat (limited to 'test/evp_extra_test.c')
-rw-r--r-- | test/evp_extra_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/evp_extra_test.c b/test/evp_extra_test.c index acccfe5449..5ca95e4fd6 100644 --- a/test/evp_extra_test.c +++ b/test/evp_extra_test.c @@ -16,7 +16,7 @@ #include <openssl/rsa.h> #include <openssl/x509.h> #include "testutil.h" -#include "e_os.h" +#include <internal/nelem.h> /* * kExampleRSAKeyDER is an RSA private key in ASN.1, DER format. Of course, you |