aboutsummaryrefslogtreecommitdiff
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-31 21:50:21 +0200
committerRichard Levitte <levitte@openssl.org>2015-03-31 21:59:43 +0200
commit5098c029cef9b81cbb7488ffc74e470bd79d0dac (patch)
tree985300d3f7531ce5a688c1230ff0cb5498579de8 /crypto/crypto-lib.com
parentb9395187df44e630fbc90dcc530e55e37a920ed4 (diff)
downloadopenssl-5098c029cef9b81cbb7488ffc74e470bd79d0dac.zip
openssl-5098c029cef9b81cbb7488ffc74e470bd79d0dac.tar.gz
openssl-5098c029cef9b81cbb7488ffc74e470bd79d0dac.tar.bz2
Remove SSL_TASK, the DECnet Based SSL Engine
This engine is for VMS only, and isn't really part of the core OpenSSL but rather a side project of its own that just happens to have tagged along for a long time. The reasons why it has remained within the OpenSSL source are long lost in history, and there not being any real reason for it to remain here, it's time for it to move out. This side project will appear as a project in its own right, the location of which will be announced later on. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 0514821..9495599 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -285,7 +285,7 @@ $ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ -
"bf_null,bf_buff,b_print,b_dump,"+ -
"b_sock,bss_acpt,bf_nbio,bss_log,bss_bio,"+ -
"bss_dgram,"+ -
- "bf_lbuf,bss_rtcp" ! The last two are VMS specific
+ "bf_lbuf" ! The last one is VMS specific
$ LIB_STACK = "stack"
$ LIB_LHASH = "lhash,lh_stats"
$ LIB_RAND = "md_rand,randfile,rand_lib,rand_err,rand_egd,"+ -