* Cleaned up the rcs/cvs Id tags and leading comments at the top of some files
[citadel.git] / webcit / crypto.c
index 07c4d405e50f85262b765a1670519e8ebc5d7e3b..27e6893d07412c5aaed5115a9fc334284822c7eb 100644 (file)
@@ -1,8 +1,11 @@
-/* $Id$ */
+/*
+ * $Id$
+ *
+ * Provides HTTPS, when the OpenSSL library is available.
+ */
 
 #ifdef HAVE_OPENSSL
 
-
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>