aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TABLE17
-rw-r--r--crypto/rand/Makefile.ssl6
-rwxr-xr-xutil/ssleay.num1
3 files changed, 22 insertions, 2 deletions
diff --git a/TABLE b/TABLE
index 92e8cb166b..c30c1aa0cd 100644
--- a/TABLE
+++ b/TABLE
@@ -1750,3 +1750,20 @@ $cast_obj =
$rc4_obj =
$rmd160_obj =
$rc5_obj =
+
+*** unixware-7
+$cc = cc
+$cflags = -O -DFILIO_H -Kalloca
+$unistd =
+$thread_cflag = -Kthread
+$lflags = -lsocket -lnsl
+$bn_ops = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
+$bn_obj =
+$des_obj =
+$bf_obj =
+$md5_obj =
+$sha1_obj =
+$cast_obj =
+$rc4_obj =
+$rmd160_obj =
+$rc5_obj =
diff --git a/crypto/rand/Makefile.ssl b/crypto/rand/Makefile.ssl
index a3d7115b9b..2d4541f78e 100644
--- a/crypto/rand/Makefile.ssl
+++ b/crypto/rand/Makefile.ssl
@@ -86,5 +86,7 @@ md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
rand_egd.o: ../../include/openssl/opensslconf.h ../../include/openssl/rand.h
rand_err.o: ../../include/openssl/err.h ../../include/openssl/rand.h
rand_lib.o: ../../include/openssl/rand.h
-randfile.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
-randfile.o: ../../include/openssl/opensslconf.h ../../include/openssl/rand.h
+randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
+randfile.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
+randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h
+randfile.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
diff --git a/util/ssleay.num b/util/ssleay.num
index ddfe1f1aa5..32b2e960c4 100755
--- a/util/ssleay.num
+++ b/util/ssleay.num
@@ -224,3 +224,4 @@ SSL_get_peer_finished 241
SSL_get1_session 242
SSL_CTX_callback_ctrl 243
SSL_callback_ctrl 244
+SSL_CTX_sessions 245