From: Richard Levitte Date: Thu, 23 May 2002 13:52:36 +0000 (+0000) Subject: Make sure short aliases are used where required. X-Git-Tag: OpenSSL_0_9_6e~26^2~139 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=02cbedc387e5f6aee8886a02e64db9bb42f73ff7;p=oweals%2Fopenssl.git Make sure short aliases are used where required. --- diff --git a/crypto/ec/ecp_smpl.c b/crypto/ec/ecp_smpl.c index 5adc907d60..be7f15f782 100644 --- a/crypto/ec/ecp_smpl.c +++ b/crypto/ec/ecp_smpl.c @@ -56,10 +56,10 @@ */ #include +#include #include "ec_lcl.h" - const EC_METHOD *EC_GFp_simple_method(void) { static const EC_METHOD ret = {