summaryrefslogtreecommitdiff
path: root/rsa-sha256-sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsa-sha256-sign.c')
-rw-r--r--rsa-sha256-sign.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsa-sha256-sign.c b/rsa-sha256-sign.c
index ab34c19c..cf146061 100644
--- a/rsa-sha256-sign.c
+++ b/rsa-sha256-sign.c
@@ -27,8 +27,6 @@
# include "config.h"
#endif
-#if WITH_PUBLIC_KEY
-
#include <assert.h>
#include "rsa.h"
@@ -59,5 +57,3 @@ rsa_sha256_sign_digest(const struct rsa_private_key *key,
rsa_compute_root(key, s, s);
}
-
-#endif /* WITH_PUBLIC_KEY */