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/md5 | |
| 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/md5')
| -rw-r--r-- | src/lib/libcrypto/md5/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/md5/Makefile.ssl b/src/lib/libcrypto/md5/Makefile.ssl index 56cab5d882..2d4df972ff 100644 --- a/src/lib/libcrypto/md5/Makefile.ssl +++ b/src/lib/libcrypto/md5/Makefile.ssl | |||
| @@ -6,7 +6,7 @@ DIR= md5 | |||
| 6 | TOP= ../.. | 6 | TOP= ../.. |
| 7 | CC= cc | 7 | CC= cc |
| 8 | CPP= $(CC) -E | 8 | CPP= $(CC) -E |
| 9 | INCLUDES= | 9 | INCLUDES=-I.. -I$(TOP) -I../../include |
| 10 | CFLAG=-g | 10 | CFLAG=-g |
| 11 | INSTALL_PREFIX= | 11 | INSTALL_PREFIX= |
| 12 | OPENSSLDIR= /usr/local/ssl | 12 | OPENSSLDIR= /usr/local/ssl |
| @@ -20,6 +20,7 @@ AR= ar r | |||
| 20 | MD5_ASM_OBJ= | 20 | MD5_ASM_OBJ= |
| 21 | 21 | ||
| 22 | CFLAGS= $(INCLUDES) $(CFLAG) | 22 | CFLAGS= $(INCLUDES) $(CFLAG) |
| 23 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
| 23 | 24 | ||
| 24 | GENERAL=Makefile | 25 | GENERAL=Makefile |
| 25 | TEST=md5test.c | 26 | TEST=md5test.c |
