Re: libgcrypt 1.10.2 compile on AIX POWER

2023-10-16 Thread Frank Lindner
It seems I found my mistake. By accident the compiler was set to xlclang++, which is not the correct one I suppose. Changing this back to cc/xlC did throw the well know issue of 'keyword inline unknown'. And for that I think I found a solution for AIX. Adding the -qlanglvl=extc99 compile option t

libgcrypt 1.10.2 compile on AIX POWER

2023-10-16 Thread Frank Lindner
Hello, it's been a while and I just tried to compile a new version of GnuPG and needed libraries. I am having troubles with libgcrypt 1.10.2. /opt/freeware/bin/bash ../libtool --tag=CC --mode=compile xlclang++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/opt/freeware/include -qmaxmem=16384 -D

Re: Can preferred order of decryption keys be specified?

2023-10-16 Thread Werner Koch via Gnupg-users
On Sat, 14 Oct 2023 12:06, Martin Jambor said: > Is there a way to specify a preferred decryption key (that is different > from the default signing key)? Although we meanwhile have a way to set preferences for ssh keys [1] we don't have this for decryption keys. :-( > Incidentally, does anybody