X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fcrypto.c;h=27e6893d07412c5aaed5115a9fc334284822c7eb;hp=07c4d405e50f85262b765a1670519e8ebc5d7e3b;hb=7836de1a004d9353cadb71885e360715884d1601;hpb=1e43c20f3cf4e2c39852c1b74d43608b40154a89 diff --git a/webcit/crypto.c b/webcit/crypto.c index 07c4d405e..27e6893d0 100644 --- a/webcit/crypto.c +++ b/webcit/crypto.c @@ -1,8 +1,11 @@ -/* $Id$ */ +/* + * $Id$ + * + * Provides HTTPS, when the OpenSSL library is available. + */ #ifdef HAVE_OPENSSL - #include #include #include