X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Fciphername_test.c;h=303e28f50ff5a367dd119ba4cbb7f521b169355c;hp=97cc56a92cfcb4a9d4d517715bcdcdb1f79e5c7f;hb=38eca7fed09a57c1b7a05d651af2c667b3e87719;hpb=ee1ed1d380f1bd3508186ddf78de678a7072f115 diff --git a/test/ciphername_test.c b/test/ciphername_test.c index 97cc56a92c..303e28f50f 100644 --- a/test/ciphername_test.c +++ b/test/ciphername_test.c @@ -19,7 +19,7 @@ #include #include -#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;