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 );