"foo * bar" should be "foo *bar"
[openssl.git] / demos / digest / EVP_MD_stdin.c
index 534c723d57554b6502841a94ab4c0eb0d31fff78..11bffb6bcca88f015cdf35b0a2780c78fe91a941 100644 (file)
@@ -35,7 +35,7 @@ int demonstrate_digest(BIO *input)
 {
     OSSL_LIB_CTX *library_context = NULL;
     int ret = 0;
-    const char * option_properties = NULL;
+    const char *option_properties = NULL;
     EVP_MD *message_digest = NULL;
     EVP_MD_CTX *digest_context = NULL;
     unsigned int digest_length;