diff options
Diffstat (limited to 'g10/sig-check.c')
-rw-r--r-- | g10/sig-check.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c index 8b1f51c3d..068035cf4 100644 --- a/g10/sig-check.c +++ b/g10/sig-check.c @@ -107,7 +107,7 @@ signature_check( PKT_signature *sig, MD_HANDLE digest ) } - +#if 0 /* not anymore used */ /**************** * Check the MDC which is contained in SIG. * The MD_HANDLE should be currently open, so that this function @@ -193,7 +193,7 @@ mdc_kludge_check( PKT_signature *sig, MD_HANDLE digest ) return rc; } - +#endif /**************** * This function gets called by pubkey_verify() if the algorithm needs it. |