Fix nistp512 typos, should be nistp521
[openssl.git] / crypto / ec / ec_lcl.h
index 036f9eed208789849c4c2533fa27bed8c3caf609..36432e16f587ddf097f4c526238e70f54a683aef 100644 (file)
@@ -203,7 +203,7 @@ struct ec_method_st {
  */
 typedef struct nistp224_pre_comp_st NISTP224_PRE_COMP;
 typedef struct nistp256_pre_comp_st NISTP256_PRE_COMP;
-typedef struct nistp512_pre_comp_st NISTP521_PRE_COMP;
+typedef struct nistp521_pre_comp_st NISTP521_PRE_COMP;
 typedef struct nistz256_pre_comp_st NISTZ256_PRE_COMP;
 typedef struct ec_pre_comp_st EC_PRE_COMP;