aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-04-25 17:08:00 +0000
committerMarcus Brinkmann <[email protected]>2003-04-25 17:08:00 +0000
commitffa2b2158c80b61356a17e97e4d2684da0ee74a2 (patch)
treef5cc193fd673026d9593134e482a8f90b3ffc770 /doc/gpgme.texi
parent2003-04-25 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-ffa2b2158c80b61356a17e97e4d2684da0ee74a2.tar.gz
gpgme-ffa2b2158c80b61356a17e97e4d2684da0ee74a2.zip
doc/
2003-04-25 Marcus Brinkmann <[email protected]> * gpgme.texi (Importing Keys): Change GPGME_IMPORT_PRIVATE to GPGME_IMPORT_SECRET. gpgme/ 2003-04-25 Marcus Brinkmann <[email protected]> * gpgme.h: Change GPGME_IMPORT_PRIVATE to GPGME_IMPORT_SECRET. * import.c (parse_import_res): Parse unchanged field. tests/ 2003-04-25 Marcus Brinkmann <[email protected]> * gpg/t-import.c: Rewritten.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r--doc/gpgme.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 4f0e852e..cb923851 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -2315,8 +2315,8 @@ The key contained new signatures.
@item GPGME_IMPORT_SUBKEY
The key contained new sub keys.
-@item GPGME_IMPORT_PRIVATE
-The key contained a private key.
+@item GPGME_IMPORT_SECRET
+The key contained a secret key.
@end table
@end table
@end deftp