aboutsummaryrefslogtreecommitdiff
path: root/demos/digest/EVP_MD_stdin.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/digest/EVP_MD_stdin.c')
-rw-r--r--demos/digest/EVP_MD_stdin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/digest/EVP_MD_stdin.c b/demos/digest/EVP_MD_stdin.c
index 534c723..11bffb6 100644
--- a/demos/digest/EVP_MD_stdin.c
+++ b/demos/digest/EVP_MD_stdin.c
@@ -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;