From e658b24151a468b67ae640466dade8516d4adb5a Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Feb 2019 07:06:07 -1100 Subject: [PATCH] .cstr --- src/cc/dilithium.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/dilithium.c b/src/cc/dilithium.c index 6277e95e0..8eadc72cd 100644 --- a/src/cc/dilithium.c +++ b/src/cc/dilithium.c @@ -3070,7 +3070,7 @@ int32_t dilithium_bigpubget(std::string &handle,CPubKey &pk33,uint8_t *pk,uint25 memcpy(pk,&bigpub[0],CRYPTO_PUBLICKEYBYTES); return(0); } - fprintf(stderr,"%s funcid.(%c) size.%d vs %d\n",handle,funcid,(int32_t)bigpub.size(),CRYPTO_PUBLICKEYBYTES); + fprintf(stderr,"%s funcid.(%c) size.%d vs %d\n",handle.c_str(),funcid,(int32_t)bigpub.size(),CRYPTO_PUBLICKEYBYTES); return(-2); } fprintf(stderr,"numvouts.%d\n",numvouts);