changed elemsof() macro to countof()

This commit is contained in:
Andreas Steffen
2009-04-17 09:28:45 +00:00
parent 247e665a44
commit 2775c9aac8
11 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ RSA_show_key_fields(RSA_private_key_t *k, int fieldcnt)
void
RSA_show_private_key(RSA_private_key_t *k)
{
RSA_show_key_fields(k, elemsof(RSA_private_field));
RSA_show_key_fields(k, countof(RSA_private_field));
}
void