summaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-12-31 14:02:40 +0100
committerWerner Koch <wk@gnupg.org>1999-12-31 14:02:40 +0100
commit704eb738c063d420fa9643bad9d6f692869603a5 (patch)
tree8333b53eeb0d7b003b89a598b3531a81086ad4f9 /g10/g10.c
parentSee ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner Koch (diff)
downloadgnupg2-704eb738c063d420fa9643bad9d6f692869603a5.tar.xz
gnupg2-704eb738c063d420fa9643bad9d6f692869603a5.zip
See ChangeLog: Fri Dec 31 14:06:56 CET 1999 Werner Koch
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 432b73efd..871f31026 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -596,7 +596,7 @@ main( int argc, char **argv )
log_set_name("gpg");
/* check that the libraries are suitable. Do it here because
* the option parse may need services of the library */
- if ( !gcry_check_version ( "1.1.1" ) ) {
+ if ( !gcry_check_version ( "1.1.0a" ) ) {
log_fatal(_("libgcrypt is too old (need %s, have %s)\n"),
VERSION, gcry_check_version(NULL) );
}