- remove incorrect/unused prototypes Signed-off-by: Kent Yoder <[email protected]>
testcases/include/regress.h | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/testcases/include/regress.h b/testcases/include/regress.h index 4577a7e..4aba77f 100755 --- a/testcases/include/regress.h +++ b/testcases/include/regress.h @@ -28,7 +28,6 @@ void process_time(SYSTEMTIME t1, SYSTEMTIME t2); char *process_ret_code( CK_RV rc ); -int do_GetInfo(void); void show_error( char *str, CK_RV rc ); void print_hex( CK_BYTE *buf, CK_ULONG len ); @@ -39,19 +38,7 @@ void init_coprocessor(void); CK_RV C_GetFunctionList( CK_FUNCTION_LIST ** ) ; CK_RV DummyFunction( CK_SLOT_ID id ) ; -int misc_functions(void); -int sess_mgmt_functions(void); -int obj_mgmt_functions(void); -int des_functions(void); -int des3_functions(void); -int aes_functions(void); -int ssl3_functions(void); int digest_functions(void); -int rsa_functions(void); -int dsa_functions(void); -/* Begin code contributed by Corrent corp. */ -int dh_functions(void); -/* End code contributed by Corrent corp. */ CK_FUNCTION_LIST *funcs; CK_SLOT_ID SLOT_ID; ------------------------------------------------------------------------------ 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
