aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ks-proto.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-05-03 19:35:33 +0000
committerWerner Koch <[email protected]>1998-05-03 19:35:33 +0000
commit2cd12c5c8f507b5ef344cd7d400b585d05090285 (patch)
tree3a563a6c33c550cb1cdaa49a60e84c82299e1ac4 /g10/ks-proto.c
parentfixed passphrase bug from 0.2.16 (diff)
downloadgnupg-2cd12c5c8f507b5ef344cd7d400b585d05090285.tar.gz
gnupg-2cd12c5c8f507b5ef344cd7d400b585d05090285.zip
fixed last passphrase bug
Diffstat (limited to 'g10/ks-proto.c')
-rw-r--r--g10/ks-proto.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/ks-proto.c b/g10/ks-proto.c
index 91ced86f6..38f21762b 100644
--- a/g10/ks-proto.c
+++ b/g10/ks-proto.c
@@ -25,15 +25,16 @@
#include "util.h"
#include "ks-proto.h"
+#if 0
/****************
* Read a protocol line
*/
static int
read_line( FILE *fp )
{
-
+ return -1;
}
-
+#endif