Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib catch up with the ch...



details:   https://anonhg.NetBSD.org/src/rev/1890ed3c6054
branches:  trunk
changeset: 752997:1890ed3c6054
user:      agc <agc%NetBSD.org@localhost>
date:      Sun Mar 14 00:55:32 2010 +0000

description:
catch up with the change in signature (hah!) for netpgp_list_keys(3).

diffstat:

 crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 522606a6d6eb -r 1890ed3c6054 crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3
--- a/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3       Sun Mar 14 00:26:09 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3       Sun Mar 14 00:55:32 2010 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: libnetpgp.3,v 1.11 2009/12/22 06:03:24 agc Exp $
+.\" $NetBSD: libnetpgp.3,v 1.12 2010/03/14 00:55:32 agc Exp $
 .\"
-.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
+.\" Copyright (c) 2009,2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This manual page is derived from software contributed to The
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 21, 2009
+.Dd March 13, 2010
 .Dt LIBNETPGP 3
 .Os
 .Sh NAME
@@ -89,7 +89,7 @@
 The following functions are used for key management:
 .Ft int
 .Fo netpgp_list_keys
-.Fa "netpgp_t *netpgp"
+.Fa "netpgp_t *netpgp" "const int printsigs"
 .Fc
 .Ft int
 .Fo netpgp_match_list_keys
@@ -192,6 +192,8 @@
 To list all the keys in a keyring, the
 .Fn netpgp_list_keys
 function is used.
+The signature subkey fields can also be displayed
+using this function.
 The
 .Fn netpgp_match_list_keys
 function is used to match (via regular expression)



Home | Main Index | Thread Index | Old Index