Add '-login' option to force a login to PKCS11 engines

This commit is contained in:
Brad Hughes
2024-05-02 17:01:27 -04:00
committed by Michał Trojnara
parent 6e5bef14e9
commit 825c9dad7c
2 changed files with 12 additions and 1 deletions

View File

@ -256,6 +256,7 @@ typedef struct {
char *p11engine;
char *p11module;
char *p11cert;
int login;
#endif /* OPENSSL_NO_ENGINE */
int askpass;
char *readpass;