mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 03:32:47 -05:00
Fix engine-less builds
This commit is contained in:

committed by
Michał Trojnara

parent
68e8845ef1
commit
9ea7e85468
@ -268,11 +268,13 @@ typedef struct {
|
||||
int output_pkcs7;
|
||||
#ifndef OPENSSL_NO_ENGINE
|
||||
char *p11engine;
|
||||
STACK_OF(EngineControl) *engine_ctrls;
|
||||
int login;
|
||||
#endif /* OPENSSL_NO_ENGINE */
|
||||
#if !defined(OPENSSL_NO_ENGINE) || OPENSSL_VERSION_NUMBER>=0x30000000L
|
||||
char *p11module;
|
||||
char *p11cert;
|
||||
int login;
|
||||
STACK_OF(EngineControl) *engine_ctrls;
|
||||
#endif /* OPENSSL_NO_ENGINE */
|
||||
#endif /* !defined(OPENSSL_NO_ENGINE) || OPENSSL_VERSION_NUMBER>=0x30000000L */
|
||||
int askpass;
|
||||
char *readpass;
|
||||
char *pass;
|
||||
|
Reference in New Issue
Block a user