diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-22 17:27:11 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-22 17:27:11 +0100 |
commit | c69f729ef1cea90d98897e98bf6aa49a0c038109 (patch) | |
tree | 0f01b746f8f594392413458cdd1a7b0e9e597123 /src/p11tool.h | |
parent | d0ae20f780ac74857d70b4190166bf18195ef4d7 (diff) | |
download | gnutls-c69f729ef1cea90d98897e98bf6aa49a0c038109.tar.gz |
No need for action enumerations.
Diffstat (limited to 'src/p11tool.h')
-rw-r--r-- | src/p11tool.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/p11tool.h b/src/p11tool.h index 7506751adc..d8de31ef44 100644 --- a/src/p11tool.h +++ b/src/p11tool.h @@ -30,17 +30,4 @@ pkcs11_generate (FILE * outfile, const char *url, gnutls_pk_algorithm_t type, #define PKCS11_TYPE_ALL 4 #define PKCS11_TYPE_PRIVKEY 5 - -enum -{ - ACTION_PKCS11_LIST, - ACTION_PKCS11_TOKENS, - ACTION_PKCS11_EXPORT_URL, - ACTION_PKCS11_WRITE_URL, - ACTION_PKCS11_DELETE_URL, - ACTION_PKCS11_TOKEN_INIT, - ACTION_PKCS11_MECHANISMS, - ACTION_PKCS11_GENERATE, -}; - #endif |