openssl is now part of the main distribution

svn: r3397
This commit is contained in:
Eli Barzilay 2006-06-18 09:59:38 +00:00
parent 00ecf6acae
commit 980caea99d

View File

@ -1,13 +1,10 @@
(module info (lib "infotab.ss" "setup")
(define name "Net")
(define doc.txt "doc.txt")
(define help-desk-message
"Mz/Mr: See the \"To load\" section of each collection for the command to load it.")
(define blurb
(define blurb
(list
"The net collection provides a suite of libraries to handle standard "
"internet-based protocols."))
;; Should be removed when openssl is part of main distribution
(define compile-omit-files '("ssl-tcp-unit.ss")))
"internet-based protocols.")))