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/include/mbedtls/pk_internal.h b/include/mbedtls/pk_internal.h index ce91984..f2e0a77 100644 --- a/include/mbedtls/pk_internal.h +++ b/include/mbedtls/pk_internal.h
@@ -42,7 +42,7 @@ const char *name; /** Get key size in bits */ - size_t (*get_size)( const void * ); + size_t (*get_bitlen)( const void * ); /** Tell if the context implements this type (e.g. ECKEY can do ECDSA) */ int (*can_do)( mbedtls_pk_type_t type );