updates.
[runtime.git] / lib / silccrypt / silcpkcs.c
index d843428e7e7f73d4f9fa91dbd45a54a5403279aa..6353a21936582f322b6fba7a43404319602e81d7 100644 (file)
@@ -204,9 +204,9 @@ char *silc_pkcs_get_supported(void)
 
 /* Returns the length of the key */
 
-uint32 silc_pkcs_get_key_len(SilcPKCS self)
+uint32 silc_pkcs_get_key_len(SilcPKCS pkcs)
 {
-  return self->key_len;
+  return pkcs->key_len;
 }
 
 /* Returns SILC style public key */