From 6d46812123ca493f246ebc20706ef9309b41102b Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Thu, 6 Jan 2011 15:35:45 +0000
Subject: [PATCH] - Fixed typo
---
library/md_wrap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/library/md_wrap.c b/library/md_wrap.c
index 6b7cca9e8..23d129464 100644
--- a/library/md_wrap.c
+++ b/library/md_wrap.c
@@ -451,7 +451,7 @@ void sha256_hmac_wrap( const unsigned char *key, int keylen,
void * sha256_ctx_alloc( void )
{
- return malloc( sizeof( sha2_context ) `);
+ return malloc( sizeof( sha2_context ) );
}
void sha256_ctx_free( void *ctx )