X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Fssl_cert_table_internal_test.c;h=32ec4c8c8cb686de64acf962ad93ad8985a2b97e;hb=774ff8fed67e19d4f5f0df2f59050f2737abab2a;hp=9d6d2b57596788bb60127a1de7b803b080818432;hpb=31a80694d425bf7f3a0ed5cc2ee775d9418a5490;p=oweals%2Fopenssl.git diff --git a/test/ssl_cert_table_internal_test.c b/test/ssl_cert_table_internal_test.c index 9d6d2b5759..32ec4c8c8c 100644 --- a/test/ssl_cert_table_internal_test.c +++ b/test/ssl_cert_table_internal_test.c @@ -1,5 +1,5 @@ /* - * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -14,7 +14,7 @@ #include #include "testutil.h" -#include "e_os.h" +#include "internal/nelem.h" #ifdef __VMS # pragma names save @@ -70,6 +70,8 @@ static int test_ssl_cert_table(void) return 0; if (!test_cert_table(EVP_PKEY_ED25519, SSL_aECDSA, SSL_PKEY_ED25519)) return 0; + if (!test_cert_table(EVP_PKEY_ED448, SSL_aECDSA, SSL_PKEY_ED448)) + return 0; return 1; }