X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fdsa.c;h=1e4d27b82960c070da39123637f082717ae0a41b;hp=ff3dd7296d9e77b85f8616b76fdc84164bdd5a3b;hb=f9d9c92fcc179ff82ae7aa5f724440215f194827;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776 diff --git a/lib/silccrypt/dsa.c b/lib/silccrypt/dsa.c index ff3dd729..1e4d27b8 100644 --- a/lib/silccrypt/dsa.c +++ b/lib/silccrypt/dsa.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2007 Pekka Riikonen + Copyright (C) 2007 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ */ -#include "silc.h" +#include "silccrypto.h" #include "dsa.h" /************************** DSA PKCS Algorithm API **************************/