diff options
author | tb <> | 2019-05-11 13:05:25 +0000 |
---|---|---|
committer | tb <> | 2019-05-11 13:05:25 +0000 |
commit | ce8daeee97be1e7dacb69c85ea30d5c56b4ffa55 (patch) | |
tree | 79d00993a3ab50e97ff0df4c7111d5f4ec3efc65 /src/lib/libcrypto/arch/alpha | |
parent | 244ff5133ad73138555d48395047d057f93444fd (diff) | |
download | openbsd-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.inc | 4 |
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 | |||
19 | SSLASM+= modes ghash-alpha | 19 | SSLASM+= modes ghash-alpha |
20 | # rc4 | 20 | # rc4 |
21 | SRCS+= rc4_enc.c rc4_skey.c | 21 | SRCS+= rc4_enc.c rc4_skey.c |
22 | ## rc5 | ||
23 | #SRCS+= rc5_enc.c | ||
24 | # sha | 22 | # sha |
25 | CFLAGS+= -DSHA1_ASM | 23 | CFLAGS+= -DSHA1_ASM |
26 | SSLASM+= sha sha1-alpha | 24 | SSLASM+= sha sha1-alpha |