mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 03:32:47 -05:00
Add '-login' option to force a login to PKCS11 engines
This commit is contained in:

committed by
Michał Trojnara

parent
6e5bef14e9
commit
825c9dad7c
@ -256,6 +256,7 @@ typedef struct {
|
||||
char *p11engine;
|
||||
char *p11module;
|
||||
char *p11cert;
|
||||
int login;
|
||||
#endif /* OPENSSL_NO_ENGINE */
|
||||
int askpass;
|
||||
char *readpass;
|
||||
|
Reference in New Issue
Block a user