6 lines
214 B
Scheme
6 lines
214 B
Scheme
(module info (lib "infotab.ss" "setup")
|
|
(define name "SSL Driver")
|
|
(define doc.txt "doc.txt")
|
|
(define blurb '("The SSL collection provides a driver for using the OpenSSL "
|
|
"secure connection library.")))
|