diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-28 19:01:20 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-28 19:01:20 +0200 |
commit | a9801fddb8d28acf0685f111add562c6c4b3a689 (patch) | |
tree | 22a83e1f8ae2b4365a888cec5fefe2ab068a5279 /src/certtool-common.h | |
parent | 283c5ff49d3eb59f57b89600967ee364ffc26040 (diff) | |
download | gnutls-a9801fddb8d28acf0685f111add562c6c4b3a689.tar.gz |
Combined object flags. No implicit login any more. Login has to be specified with a flag
on every call that could use it.
Diffstat (limited to 'src/certtool-common.h')
-rw-r--r-- | src/certtool-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/certtool-common.h b/src/certtool-common.h index 010eac0142..093ceef869 100644 --- a/src/certtool-common.h +++ b/src/certtool-common.h @@ -41,8 +41,8 @@ void certtool_version (void); void pkcs11_list( FILE*outfile, const char* url, int type, unsigned int login); void pkcs11_export(FILE* outfile, const char *pkcs11_url, unsigned int login); void pkcs11_token_list(FILE* outfile); -void pkcs11_write(FILE* outfile, const char *pkcs11_url, const char* label, int trusted); -void pkcs11_delete(FILE* outfile, const char *pkcs11_url, int batch); +void pkcs11_write(FILE* outfile, const char *pkcs11_url, const char* label, int trusted, unsigned int login); +void pkcs11_delete(FILE* outfile, const char *pkcs11_url, int batch, unsigned int login); #define PKCS11_TYPE_CRT_ALL 1 #define PKCS11_TYPE_TRUSTED 2 |