Check for FindNextFile when defining it rather than FindFirstFile
[oweals/openssl.git] / crypto / ec / ec_err.c
index b7e18749eb89311c218d081d57dffbaeefaabc14..58fe78baaf942255cab3d0c5f1c2d1c976c6bfd8 100644 (file)
@@ -1,6 +1,6 @@
 /* crypto/ec/ec_err.c */
 /* ====================================================================
- * Copyright (c) 1999-2013 The OpenSSL Project.  All rights reserved.
+ * Copyright (c) 1999-2014 The OpenSSL Project.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -200,6 +200,11 @@ static ERR_STRING_DATA EC_str_functs[]=
 {ERR_FUNC(EC_F_NISTP224_PRE_COMP_NEW), "NISTP224_PRE_COMP_NEW"},
 {ERR_FUNC(EC_F_NISTP256_PRE_COMP_NEW), "NISTP256_PRE_COMP_NEW"},
 {ERR_FUNC(EC_F_NISTP521_PRE_COMP_NEW), "NISTP521_PRE_COMP_NEW"},
+{ERR_FUNC(EC_F_ECP_NISTZ256_GET_AFFINE),       "ecp_nistz256_get_affine"},
+{ERR_FUNC(EC_F_ECP_NISTZ256_POINTS_MUL),       "ecp_nistz256_points_mul"},
+{ERR_FUNC(EC_F_ECP_NISTZ256_WINDOWED_MUL),     "ecp_nistz256_windowed_mul"},
+{ERR_FUNC(EC_F_ECP_NISTZ256_MULT_PRECOMPUTE),  "ecp_nistz256_mult_precompute"},
+{ERR_FUNC(EC_F_ECP_NISTZ256_PRE_COMP_NEW),     "ecp_nistz256_pre_comp_new"},
 {ERR_FUNC(EC_F_O2I_ECPUBLICKEY),       "o2i_ECPublicKey"},
 {ERR_FUNC(EC_F_OLD_EC_PRIV_DECODE),    "OLD_EC_PRIV_DECODE"},
 {ERR_FUNC(EC_F_PKEY_EC_CTRL),  "PKEY_EC_CTRL"},