"foo * bar" should be "foo *bar"
[openssl.git] / ssl / ssl_init.c
index cef57356c592eb070aa9b838277a322a2e1087ac..a2d759508955983c317abc28e7dc2cce8d05fbea 100644 (file)
@@ -88,7 +88,7 @@ static void ssl_library_stop(void)
  * called prior to any threads making calls to any OpenSSL functions,
  * i.e. passing a non-null settings value is assumed to be single-threaded.
  */
-int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS * settings)
+int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings)
 {
     static int stoperrset = 0;