diff options
-rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/crypto/arch/hppa/Makefile.inc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index 30e0dbce5f..2d95d638e3 100644 --- a/src/lib/libcrypto/arch/hppa/Makefile.inc +++ b/src/lib/libcrypto/arch/hppa/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.2 2014/05/02 18:21:39 miod Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.3 2014/05/02 20:08:10 miod Exp $ |
2 | 2 | ||
3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
4 | 4 | ||
@@ -29,8 +29,8 @@ CFLAGS+= -DSHA1_ASM | |||
29 | SSLASM+= sha sha1-parisc sha1-parisc | 29 | SSLASM+= sha sha1-parisc sha1-parisc |
30 | CFLAGS+= -DSHA256_ASM | 30 | CFLAGS+= -DSHA256_ASM |
31 | SSLASM+= sha sha512-parisc sha256-parisc | 31 | SSLASM+= sha sha512-parisc sha256-parisc |
32 | #CFLAGS+= -DSHA512_ASM | 32 | CFLAGS+= -DSHA512_ASM |
33 | #SSLASM+= sha sha512-parisc sha512-parisc | 33 | SSLASM+= sha sha512-parisc sha512-parisc |
34 | # whrlpool | 34 | # whrlpool |
35 | SRCS+= wp_block.c | 35 | SRCS+= wp_block.c |
36 | 36 | ||
diff --git a/src/lib/libcrypto/crypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/crypto/arch/hppa/Makefile.inc index 30e0dbce5f..2d95d638e3 100644 --- a/src/lib/libcrypto/crypto/arch/hppa/Makefile.inc +++ b/src/lib/libcrypto/crypto/arch/hppa/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.2 2014/05/02 18:21:39 miod Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.3 2014/05/02 20:08:10 miod Exp $ |
2 | 2 | ||
3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
4 | 4 | ||
@@ -29,8 +29,8 @@ CFLAGS+= -DSHA1_ASM | |||
29 | SSLASM+= sha sha1-parisc sha1-parisc | 29 | SSLASM+= sha sha1-parisc sha1-parisc |
30 | CFLAGS+= -DSHA256_ASM | 30 | CFLAGS+= -DSHA256_ASM |
31 | SSLASM+= sha sha512-parisc sha256-parisc | 31 | SSLASM+= sha sha512-parisc sha256-parisc |
32 | #CFLAGS+= -DSHA512_ASM | 32 | CFLAGS+= -DSHA512_ASM |
33 | #SSLASM+= sha sha512-parisc sha512-parisc | 33 | SSLASM+= sha sha512-parisc sha512-parisc |
34 | # whrlpool | 34 | # whrlpool |
35 | SRCS+= wp_block.c | 35 | SRCS+= wp_block.c |
36 | 36 | ||