1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently used

--ldflags instead of --cflags. Reported by Kazu Yamamoto.

* Makefile.am (AM_CFLAGS): Added PTH_CFLAGS.  Noted by Kazu Yamamoto.

* Makefile.am (gpgsm_LDADD): Added PTH_LIBS.  Noted by Kazu Yamamoto.
This commit is contained in:
Werner Koch 2005-03-03 10:15:07 +00:00
parent 843e844d98
commit df05dde9d5
9 changed files with 21 additions and 5 deletions

View file

@ -1550,7 +1550,7 @@ key_secret_to_public (gcry_sexp_t *key_public,
key. Store a copy of that key at R_PK and return 0. If no key is
available store NULL at R_PK and return an error code. If CARDSN
is no NULL, a string with the serial number of the card will be
amalloced and stored there. */
a malloced and stored there. */
static gpg_error_t
card_key_available (ctrl_t ctrl, gcry_sexp_t *r_pk, char **cardsn)
{