diff options
author | markus <> | 2003-11-11 21:15:49 +0000 |
---|---|---|
committer | markus <> | 2003-11-11 21:15:49 +0000 |
commit | fa83f11e2dbd07a1d276b24e79917327f6eef094 (patch) | |
tree | 70451477a5018af519252d1818179daf533872f4 /src/lib/libcrypto/bn | |
parent | d8796e3ff9f4d4ef299e84e2d0d2391314ecd811 (diff) | |
download | openbsd-fa83f11e2dbd07a1d276b24e79917327f6eef094.tar.gz openbsd-fa83f11e2dbd07a1d276b24e79917327f6eef094.tar.bz2 openbsd-fa83f11e2dbd07a1d276b24e79917327f6eef094.zip |
import 0.9.7c
Diffstat (limited to 'src/lib/libcrypto/bn')
-rw-r--r-- | src/lib/libcrypto/bn/Makefile.ssl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bn/Makefile.ssl b/src/lib/libcrypto/bn/Makefile.ssl index c1547a8e6d..090fccdf7d 100644 --- a/src/lib/libcrypto/bn/Makefile.ssl +++ b/src/lib/libcrypto/bn/Makefile.ssl | |||
@@ -22,6 +22,7 @@ BN_ASM= bn_asm.o | |||
22 | #BN_ASM= bn86-elf.o | 22 | #BN_ASM= bn86-elf.o |
23 | 23 | ||
24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
25 | 26 | ||
26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
27 | TEST=bntest.c exptest.c | 28 | TEST=bntest.c exptest.c |