diff options
author | Rob Austein <sra@hactrn.net> | 2006-10-09 16:47:10 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-10-09 16:47:10 +0000 |
commit | 4043d7db4e466d15193c3bad3b204048fc13b785 (patch) | |
tree | 8156ce31a6e4a155fc240551f48c23b5a42a6e5e /openssl/trunk/ms/uplink.c | |
parent | aba277548b76071e75fc9478002a6fc2145f64f1 (diff) |
Merged in changes from OpenSSL 0.9.8d
svn path=/openssl/trunk/CHANGES; revision=377
Diffstat (limited to 'openssl/trunk/ms/uplink.c')
-rw-r--r-- | openssl/trunk/ms/uplink.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/trunk/ms/uplink.c b/openssl/trunk/ms/uplink.c index 8e2eaa8f..7b7da08d 100644 --- a/openssl/trunk/ms/uplink.c +++ b/openssl/trunk/ms/uplink.c @@ -71,6 +71,8 @@ void OPENSSL_Uplink (volatile void **table, int index) } applinktable = p; } + else + p = applinktable; if (index > (int)p[0]) break; |