commit | 39a48f4934ed69ca0a80690ee4226056f8ca1c59 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jun 18 16:06:55 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jun 18 16:06:55 2015 +0200 |
tree | 087f34447c29d3716fe817798e38db3294040e84 | |
parent | 12ad798c87e7c2c831fe0706e765e0b7f618e4d7 [diff] [blame] |
Internal renamings in PK + an unrelated comment in SSL
diff --git a/library/pk.c b/library/pk.c index 464243e..5a83855 100644 --- a/library/pk.c +++ b/library/pk.c
@@ -332,7 +332,7 @@ if( ctx == NULL || ctx->pk_info == NULL ) return( 0 ); - return( ctx->pk_info->get_size( ctx->pk_ctx ) ); + return( ctx->pk_info->get_bitlen( ctx->pk_ctx ) ); } /*