mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Fix last commit macro logic.
This commit is contained in:
@@ -12732,7 +12732,7 @@ static int wc_EncodeName(EncodedName* name, const char* nameStr, char nameType,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if defined(OPENSSL_EXTRA) || defined(WOLFSSL_CERT_GEN)
|
#if defined(OPENSSL_EXTRA) || defined(WOLFSSL_WPAS_SMALL)
|
||||||
/* Converts from NID_* value to wolfSSL value if needed */
|
/* Converts from NID_* value to wolfSSL value if needed */
|
||||||
static int ConvertNIDToWolfSSL(int nid)
|
static int ConvertNIDToWolfSSL(int nid)
|
||||||
{
|
{
|
||||||
@@ -12871,7 +12871,7 @@ int wolfSSL_i2d_X509_NAME(WOLFSSL_X509_NAME* name, unsigned char** out)
|
|||||||
}
|
}
|
||||||
return totalBytes;
|
return totalBytes;
|
||||||
}
|
}
|
||||||
#endif /* OPENSSL_EXTRA || WOLFSSL_CERT_GEN */
|
#endif /* OPENSSL_EXTRA || WOLFSSL_WPAS_SMALL */
|
||||||
|
|
||||||
|
|
||||||
/* encode CertName into output, return total bytes written */
|
/* encode CertName into output, return total bytes written */
|
||||||
|
Reference in New Issue
Block a user