diff options
Diffstat (limited to 'lib/libcrypto/arch/alpha/Makefile.inc')
-rw-r--r-- | lib/libcrypto/arch/alpha/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/arch/alpha/Makefile.inc b/lib/libcrypto/arch/alpha/Makefile.inc index ac8314563c9..9c5923589b3 100644 --- a/lib/libcrypto/arch/alpha/Makefile.inc +++ b/lib/libcrypto/arch/alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.11 2024/03/28 12:52:58 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.12 2024/03/29 02:33:44 jsing Exp $ # alpha-specific libcrypto build rules @@ -15,8 +15,6 @@ SSLASM+= modes ghash-alpha # sha CFLAGS+= -DSHA1_ASM SSLASM+= sha sha1-alpha -# whrlpool -SRCS+= wp_block.c .for dir f in ${SSLASM} SRCS+= ${f}.S |