From 0835be21d95b7483e9e8f7fc193b040f702d8aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 27 Mar 2014 19:05:13 +0100 Subject: Move old DSA interface to dsa-compat.h. --- dsa-sha256-sign.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dsa-sha256-sign.c') diff --git a/dsa-sha256-sign.c b/dsa-sha256-sign.c index 1bb7cb82..cb187fcf 100644 --- a/dsa-sha256-sign.c +++ b/dsa-sha256-sign.c @@ -27,7 +27,7 @@ # include "config.h" #endif -#include "dsa.h" +#include "dsa-compat.h" int dsa_sha256_sign_digest(const struct dsa_public_key *pub, -- cgit v1.2.1