summaryrefslogtreecommitdiffstats
path: root/g10/gpgd.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-12-10 20:20:47 +0100
committerWerner Koch <wk@gnupg.org>1998-12-10 20:20:47 +0100
commitaf6e96e4f918169508acd8a710309cf617eff3c1 (patch)
treebe313d86fcf1e63ae95686216e149e3aac770749 /g10/gpgd.c
parentSee ChangeLog: Wed Dec 9 13:41:06 CET 1998 Werner Koch (diff)
downloadgnupg2-af6e96e4f918169508acd8a710309cf617eff3c1.tar.xz
gnupg2-af6e96e4f918169508acd8a710309cf617eff3c1.zip
See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner Koch
Diffstat (limited to 'g10/gpgd.c')
-rw-r--r--g10/gpgd.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/g10/gpgd.c b/g10/gpgd.c
index ce92c95d7..5d85e1f13 100644
--- a/g10/gpgd.c
+++ b/g10/gpgd.c
@@ -258,18 +258,6 @@ g10_exit( int rc )
exit(rc );
}
-void
-do_not_use_RSA()
-{
- static int did_rsa_note = 0;
-
- if( !did_rsa_note ) {
- did_rsa_note = 1;
- log_info("RSA keys are depreciated; please consider "
- "creating a new key and use this key in the future\n");
- }
-}
-
static void
become_daemon()