From 6b0f0844804d5779b210b56a0f2a99d12a0a26cc Mon Sep 17 00:00:00 2001 From: simon75j Date: Fri, 8 May 2009 08:18:09 +0000 Subject: [PATCH] Make it work again. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@93 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- selftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selftest.c b/selftest.c index 35a9c4a..dc30ac1 100644 --- a/selftest.c +++ b/selftest.c @@ -33,7 +33,7 @@ int main (void) { - ykp_cfg *ykp; + YK_CONFIG *ykp; int rc; ykp = ykp_create_config (); -- 2.39.5