diff options
author | levitte <levitte> | 2000-11-08 17:51:14 +0000 |
---|---|---|
committer | levitte <levitte> | 2000-11-08 17:51:14 +0000 |
commit | 47a5f44d0a2f13ebc8e6aea26307ac35ccb8a7bc (patch) | |
tree | 22d55cca28243c7a352beaacb48559404473512c /Makefile.org | |
parent | 9a22fb22e4f06827cf980d81db2bfb26bc479d55 (diff) | |
download | openssl-47a5f44d0a2f13ebc8e6aea26307ac35ccb8a7bc.tar.gz |
Remove references to RSAref. The glue library is but a memory to fade
away now...
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org index efd56d1fc..38cbb1bc4 100644 --- a/Makefile.org +++ b/Makefile.org @@ -24,7 +24,6 @@ INSTALLTOP=/usr/local/ssl # Do not edit this manually. Use Configure --openssldir=DIR do change this! OPENSSLDIR=/usr/local/ssl -# RSAref - Define if we are to link with RSAref. # NO_IDEA - Define to build without the IDEA algorithm # NO_RC4 - Define to build without the RC4 algorithm # NO_RC2 - Define to build without the RC2 algorithm @@ -154,7 +153,7 @@ RMD160_ASM_OBJ= asm/rm86-out.o # we might set SHLIB_MARK to '$(SHARED_LIBS)'. SHLIB_MARK= -DIRS= crypto ssl rsaref $(SHLIB_MARK) apps test tools +DIRS= crypto ssl $(SHLIB_MARK) apps test tools SHLIBDIRS= crypto ssl # dirs in crypto to build |