j
k
j a
j l
Eric Biggers ebiggers3@gmail.com wrote:
if (strcmp(x509->pub->pkey_algo, sinfo->sig->pkey_algo))
Can you make this strcmp(...) != 0? I know it may seem picky, but checking strcmp() in this way kind of inverts the true/false thing.
Thanks, David
Back to the thread
Back to the list