From a8881f27f7cdb351541e9ae3c29a5028b96557b9 Mon Sep 17 00:00:00 2001 From: Nvinside Date: Sat, 2 Oct 2010 21:15:43 +0000 Subject: + x64 fix git-svn-id: http://mirotr.googlecode.com/svn/trunk@43 eced67a3-f377-a0ae-92ae-d6de1850b05a --- libgcrypt-1.4.6/cipher/pubkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgcrypt-1.4.6/cipher/pubkey.c') diff --git a/libgcrypt-1.4.6/cipher/pubkey.c b/libgcrypt-1.4.6/cipher/pubkey.c index 28d18f9..1aae8ea 100644 --- a/libgcrypt-1.4.6/cipher/pubkey.c +++ b/libgcrypt-1.4.6/cipher/pubkey.c @@ -2722,7 +2722,7 @@ _gcry_pk_get_elements (int algo, char **enc, char **sig) if (sig) { - sig_cp = strdup (spec->elements_sig); + sig_cp = _strdup (spec->elements_sig); if (! sig_cp) { err = gpg_err_code_from_errno (errno); -- cgit v1.2.3