Remove /* foo.c */ comments
[oweals/openssl.git] / ssl / ssl_algs.c
index fc6af9008193cd3f118e40f0c182db245ed86e46..61233a96b4786a7d26e46a2afdfca912a31a2b4e 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl_algs.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -133,5 +132,6 @@ int SSL_library_init(void)
 #endif
     /* initialize cipher/digest methods table */
     ssl_load_ciphers();
+    SSL_add_ssl_module();
     return (1);
 }