Harmonize the make variables across all known platforms families
[openssl.git] / test / ciphername_test.c
index 97cc56a92cfcb4a9d4d517715bcdcdb1f79e5c7f..303e28f50ff5a367dd119ba4cbb7f521b169355c 100644 (file)
@@ -19,7 +19,7 @@
 #include <openssl/ssl3.h>
 #include <openssl/tls1.h>
 
-#include "e_os.h"
+#include "internal/nelem.h"
 #include "testutil.h"
 
 typedef struct cipher_id_name {
@@ -376,7 +376,7 @@ static const char *get_std_name_by_id(int id)
     return NULL;
 }
 
-static int test_cipher_name()
+static int test_cipher_name(void)
 {
     SSL_CTX *ctx = NULL;
     SSL *ssl = NULL;