diff options
| author | miod <> | 2016-11-04 18:12:14 +0000 |
|---|---|---|
| committer | miod <> | 2016-11-04 18:12:14 +0000 |
| commit | 95c92d8519666cd42fcb0aaea340ec1d508fafcd (patch) | |
| tree | 6208734128a5fa1fe8eb659032f191df236270dc /src/lib/libcrypto/arch/i386 | |
| parent | 3b8a78795bef4ca09dc876e28a533d702bf5275d (diff) | |
| download | openbsd-95c92d8519666cd42fcb0aaea340ec1d508fafcd.tar.gz openbsd-95c92d8519666cd42fcb0aaea340ec1d508fafcd.tar.bz2 openbsd-95c92d8519666cd42fcb0aaea340ec1d508fafcd.zip | |
Ride the current major bump and enable assembler code for nist 256p curve,
on amd64 only for now. Stanzas to enable it on arm, i386 and sparc64 are
provided but commented out for lack of testing due to the machine room
being currently in storage.
ok jsing@
Diffstat (limited to 'src/lib/libcrypto/arch/i386')
| -rw-r--r-- | src/lib/libcrypto/arch/i386/Makefile.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/i386/Makefile.inc b/src/lib/libcrypto/arch/i386/Makefile.inc index f4e1f36b1c..2744da8397 100644 --- a/src/lib/libcrypto/arch/i386/Makefile.inc +++ b/src/lib/libcrypto/arch/i386/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.4 2014/11/17 20:31:22 miod Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.5 2016/11/04 18:12:13 miod Exp $ |
| 2 | 2 | ||
| 3 | # i386-specific libcrypto build rules | 3 | # i386-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -25,6 +25,10 @@ SSLASM+= camellia cmll-x86 | |||
| 25 | # des | 25 | # des |
| 26 | SRCS+= fcrypt_b.c | 26 | SRCS+= fcrypt_b.c |
| 27 | SSLASM+= des des-586 | 27 | SSLASM+= des des-586 |
| 28 | # # ec | ||
| 29 | # CFLAGS+= -DECP_NISTZ256_ASM | ||
| 30 | # SRCS+= ecp_nistz256.c | ||
| 31 | # SSLASM+= ec ecp_nistz256-x86 | ||
| 28 | # md5 | 32 | # md5 |
| 29 | CFLAGS+= -DMD5_ASM | 33 | CFLAGS+= -DMD5_ASM |
| 30 | SSLASM+= md5 md5-586 | 34 | SSLASM+= md5 md5-586 |
