]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - demos/bio/server-conf.c
Remove /* foo.c */ comments
[thirdparty/openssl.git] / demos / bio / server-conf.c
index bf3dd067e52c277fba61e6af34a47caeb7ac3f5f..db624ba1fbaae6eff3b3b6baa197309d0b569488 100644 (file)
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/saccept-conf.c */
-
 /*
  * A minimal program to serve an SSL connection. It uses blocking. It uses
  * the SSL_CONF API with a configuration file. cc -I../../include saccept.c