Remove /* foo.c */ comments
[openssl.git] / demos / bio / sconnect.c
index 2b610cc8b548ebe9987a014d666d63111ec7fbbc..16dba40ff57346e6c200b5feb1f79b13bf568018 100644 (file)
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/sconnect.c */
-
 /*-
  * A minimal program to do SSL to a passed host and port.
  * It is actually using non-blocking IO but in a very simple manner