Wow - nothing like starting the day with a facepalm :-/ Huge thanks Dave!!

________________________________
Från: openssl-users <openssl-users-boun...@openssl.org> på uppdrag av Dave 
Coombs <dcoo...@carillon.ca>
Skickat: måndag, november 19, 2018 3:09 em
Till: openssl-users@openssl.org
Ämne: Re: [openssl-users] Engine NID_sha512

Hi,

> if (!digest)
> {
> static int supported_nids[] = {NID_sha256, NID_sha384, NID_sha512, 0};
> *nids = supported_nids;
> return 2;
> }

I think this should be "return 3", to reflect the number of NIDs you're 
implementing support for.

-Dave


-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to