In article <20121025040317.3b16417...@cvs.netbsd.org>, Alistair G. Crooks <source-changes-d@NetBSD.org> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: agc >Date: Thu Oct 25 04:03:16 UTC 2012 > >Modified Files: > src/crypto/external/bsd/netpgp/dist/src/libverify > [agc-netpgp-standalone]: > libnetpgpverify.3 libverify.c verify.h > src/crypto/external/bsd/netpgp/dist/src/netpgpverify > [agc-netpgp-standalone]: > main.c > >Log Message: >change the signature (ha!) of the pgpv_read_pubring() function to allow a >key to be specified as a string in memory, as well as in a file. as always, >the pubring must precede the signature.
That should be: .Ft ssize_t .Fo pgpv_read_pubring .Fa "pgpv_t *pgp" "const void *keyring" "size_t size" christos