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