diff options
Diffstat (limited to 'gck/tests/mock-test-module.c')
-rw-r--r-- | gck/tests/mock-test-module.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gck/tests/mock-test-module.c b/gck/tests/mock-test-module.c deleted file mode 100644 index c5431e70..00000000 --- a/gck/tests/mock-test-module.c +++ /dev/null @@ -1,10 +0,0 @@ -#include "config.h" - -#include "gck-mock.h" -#include "pkcs11.h" - -CK_RV -C_GetFunctionList (CK_FUNCTION_LIST_PTR_PTR list) -{ - return gck_mock_C_GetFunctionList (list); -} |