X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fecp_recp.c;h=4bc2b7ebc507df6c857f5c75e03084338b94964b;hp=1306b76f361a228b21b61c7d7fb40fe82aa34d1c;hb=0657bf9c14598f52fe3cacd0c32d99458d97659e;hpb=5b438e9b0f82f7238e20408c98be4dbe70c4ef43 diff --git a/crypto/ec/ecp_recp.c b/crypto/ec/ecp_recp.c index 1306b76f36..4bc2b7ebc5 100644 --- a/crypto/ec/ecp_recp.c +++ b/crypto/ec/ecp_recp.c @@ -55,3 +55,14 @@ */ #include "ec_lcl.h" + + +const EC_METHOD *EC_GFp_recp_method(void) + { + static const EC_METHOD ret = + { + 0 /* XXX */ + }; + + return &ret; + }