diff options
| author | kettenis <> | 2020-06-28 07:50:57 +0000 |
|---|---|---|
| committer | kettenis <> | 2020-06-28 07:50:57 +0000 |
| commit | a80c6039db0a80be13429a253b36af2a9a640d28 (patch) | |
| tree | e1f03e018dadac839ce946302077e00c0ad49d34 /src/lib/libc | |
| parent | b91521c26a7d91551cdf6d308d850f95efa5c748 (diff) | |
| download | openbsd-a80c6039db0a80be13429a253b36af2a9a640d28.tar.gz openbsd-a80c6039db0a80be13429a253b36af2a9a640d28.tar.bz2 openbsd-a80c6039db0a80be13429a253b36af2a9a640d28.zip | |
Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
hooked up and the lack of a bn_mul_mont_int implementation results in
undefined references.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/arch/powerpc64/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/powerpc64/Makefile.inc b/src/lib/libcrypto/arch/powerpc64/Makefile.inc index 7afecde44d..3806ee34ab 100644 --- a/src/lib/libcrypto/arch/powerpc64/Makefile.inc +++ b/src/lib/libcrypto/arch/powerpc64/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.2 2020/06/26 00:39:59 drahn Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.3 2020/06/28 07:50:57 kettenis Exp $ |
| 2 | 2 | ||
| 3 | # powerpc-specific libcrypto build rules | 3 | # powerpc-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -11,8 +11,8 @@ SRCS+= aes_core.c aes_cbc.c | |||
| 11 | SRCS+= bf_enc.c | 11 | SRCS+= bf_enc.c |
| 12 | # bn | 12 | # bn |
| 13 | SSLASM+= bn ppc bn-ppc | 13 | SSLASM+= bn ppc bn-ppc |
| 14 | #SSLASM+= bn ppc-mont ppc-mont # bn_mul_mont_int | 14 | SSLASM+= bn ppc-mont ppc-mont # bn_mul_mont_int |
| 15 | SSLASM+= bn ppc64-mont ppc64-mont # bn_mul_mont_fpu64 | 15 | #SSLASM+= bn ppc64-mont ppc64-mont # bn_mul_mont_fpu64 |
| 16 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 16 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |
| 17 | # camellia | 17 | # camellia |
| 18 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c | 18 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c |
