Some of the MS_STATIC use in crypto/evp is a legacy from the days when
[openssl.git] / crypto / evp / p_sign.c
index b11aea9f80ffba00143a915fe51a9d6050b0ecd6..8afb664306e908e896249f6a70bcbd6cdfe6c4e5 100644 (file)
@@ -81,7 +81,7 @@ int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen,
        unsigned char m[EVP_MAX_MD_SIZE];
        unsigned int m_len;
        int i = 0,ok = 0,v;
-       MS_STATIC EVP_MD_CTX tmp_ctx;
+       EVP_MD_CTX tmp_ctx;
        EVP_PKEY_CTX *pkctx = NULL;
 
        *siglen=0;