Fix error handling in RAND_DRBG_set
[openssl.git] / Configurations / 00-base-templates.conf
index 4a1645fdee836346c1ab4e6f7999a53f0924bf95..dd0649d20338239cd860aef28541c4714c43e0b6 100644 (file)
@@ -45,7 +45,7 @@ my %targets=(
        shared_extension        => "",
 
        #### Defaults for the benefit of the config targets who don't inherit
-       #### a BASE and assume Unixly defaults
+       #### a BASE and assume Unix defaults
        #### THESE WILL DISAPPEAR IN OpenSSL 1.2
        build_scheme    => [ "unified", "unix" ],
        build_file      => "Makefile",
@@ -344,7 +344,7 @@ my %targets=(
     ppc64_asm => {
        inherit_from    => [ "ppc32_asm" ],
        template        => 1,
-       ec_asm_src      => "ecp_nistz256.c ecp_nistz256-ppc64.s",
+       ec_asm_src      => "ecp_nistz256.c ecp_nistz256-ppc64.s x25519-ppc64.s",
        keccak1600_asm_src      => "keccak1600-ppc64.s",
     },
 );