diff options
Diffstat (limited to 'test/crltest.c')
-rw-r--r-- | test/crltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/crltest.c b/test/crltest.c index 720c13b3a2..f5af4b1e4f 100644 --- a/test/crltest.c +++ b/test/crltest.c @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ -#include "../e_os.h" +#include <internal/nelem.h> #include <string.h> #include <openssl/bio.h> #include <openssl/crypto.h> |