mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Fri Dec 31 14:06:56 CET 1999 Werner Koch
This commit is contained in:
parent
ed0b0e09d3
commit
704eb738c0
6 changed files with 55 additions and 8 deletions
|
@ -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) );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue