test/shlibloadtest.c: make some variables block local
[openssl.git] / test / ssl_cert_table_internal_test.c
index b298cfe225d9e8577fa27c8b44e2ed8a33cf7819..32ec4c8c8cb686de64acf962ad93ad8985a2b97e 100644 (file)
@@ -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
@@ -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;
 }