summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/alpha
diff options
context:
space:
mode:
authortb <>2019-05-11 13:05:25 +0000
committertb <>2019-05-11 13:05:25 +0000
commitce8daeee97be1e7dacb69c85ea30d5c56b4ffa55 (patch)
tree79d00993a3ab50e97ff0df4c7111d5f4ec3efc65 /src/lib/libcrypto/arch/alpha
parent244ff5133ad73138555d48395047d057f93444fd (diff)
downloadopenbsd-ce8daeee97be1e7dacb69c85ea30d5c56b4ffa55.tar.gz
openbsd-ce8daeee97be1e7dacb69c85ea30d5c56b4ffa55.tar.bz2
openbsd-ce8daeee97be1e7dacb69c85ea30d5c56b4ffa55.zip
Remove commented out rc5 bits
Diffstat (limited to 'src/lib/libcrypto/arch/alpha')
-rw-r--r--src/lib/libcrypto/arch/alpha/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/alpha/Makefile.inc b/src/lib/libcrypto/arch/alpha/Makefile.inc
index 82fa9fc1f4..3b693c2ad2 100644
--- a/src/lib/libcrypto/arch/alpha/Makefile.inc
+++ b/src/lib/libcrypto/arch/alpha/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.3 2014/11/17 20:31:21 miod Exp $ 1# $OpenBSD: Makefile.inc,v 1.4 2019/05/11 13:05:24 tb Exp $
2 2
3# alpha-specific libcrypto build rules 3# alpha-specific libcrypto build rules
4 4
@@ -19,8 +19,6 @@ CFLAGS+= -DGHASH_ASM
19SSLASM+= modes ghash-alpha 19SSLASM+= modes ghash-alpha
20# rc4 20# rc4
21SRCS+= rc4_enc.c rc4_skey.c 21SRCS+= rc4_enc.c rc4_skey.c
22## rc5
23#SRCS+= rc5_enc.c
24# sha 22# sha
25CFLAGS+= -DSHA1_ASM 23CFLAGS+= -DSHA1_ASM
26SSLASM+= sha sha1-alpha 24SSLASM+= sha sha1-alpha