This patch updates an incorrect function prototype in test_crypto.c.

Thanks,
Kent

Signed-off-by: Kent Yoder <[email protected]>


diff --git a/testcases/test_crypto/test_crypto.c 
b/testcases/test_crypto/test_crypto.c
index 2508aa5..d5307de 100644
--- a/testcases/test_crypto/test_crypto.c
+++ b/testcases/test_crypto/test_crypto.c
@@ -10,7 +10,7 @@
 #include "regress.h"
 
 CK_RV init(void);
-//void usage(void);
+void test_crypto_usage(void);
 CK_RV verify_slot(unsigned long slot_num);
 CK_RV test_crypto(long slot_num);
 int test_ecb_des(CK_SESSION_HANDLE hSession);

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Opencryptoki-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech

Reply via email to