X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdsa%2Fdsa_locl.h;fp=crypto%2Fdsa%2Fdsa_locl.h;h=f575195c378dd8d5fed8bd2ae73a469b824e408f;hp=9021fce0bf8af1e340230a85fa896447ccf3219e;hb=2f545ae45d4b93649e40ff7f93e2c3e6ce3154ae;hpb=b6c6898234a12b9c6cdaa8f16fb9156097649ad7 diff --git a/crypto/dsa/dsa_locl.h b/crypto/dsa/dsa_locl.h index 9021fce0bf..f575195c37 100644 --- a/crypto/dsa/dsa_locl.h +++ b/crypto/dsa/dsa_locl.h @@ -8,6 +8,7 @@ */ #include +#include "internal/refcount.h" struct dsa_st { /* @@ -24,7 +25,7 @@ struct dsa_st { int flags; /* Normally used to cache montgomery values */ BN_MONT_CTX *method_mont_p; - int references; + CRYPTO_REF_COUNT references; CRYPTO_EX_DATA ex_data; const DSA_METHOD *meth; /* functional reference if 'meth' is ENGINE-provided */