Merge pull request #204 from kaleb-himes/ZD10204-alt-name-to-cert
correct logic in PP checkpull/207/head
commit
1ff7ba3418
|
@ -15,7 +15,7 @@ void free_things(byte** a, byte** b, byte** c, ecc_key* d, ecc_key* e,
|
|||
#endif
|
||||
|
||||
int main(void) {
|
||||
#if !defined(WOLFSSL_CERT_REQ) || !defined(WOLFSSL_CERT_GEN) && \
|
||||
#if !defined(WOLFSSL_CERT_REQ) || !defined(WOLFSSL_CERT_GEN) || \
|
||||
!defined(WOLFSSL_ALT_NAMES)
|
||||
printf("Please compile wolfSSL with the following and try again:\n");
|
||||
printf(" --enable-certreq --enable-certgen CFLAGS=-DWOLFSSL_ALT_NAMES\n");
|
||||
|
|
Loading…
Reference in New Issue