X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fecdsa.h;h=fb6813585f43f27c176c53bd39c30c6e666207fa;hp=bb84236cd71cf0cb1a5f0a12ac0ff85f81c8c79d;hb=714b2abb298552698d19818d42d6cc19ffdb7cf2;hpb=0a6f1d97330f777f9bcf5fa4f91390b59b737975 diff --git a/include/openssl/ecdsa.h b/include/openssl/ecdsa.h index bb84236cd7..fb6813585f 100644 --- a/include/openssl/ecdsa.h +++ b/include/openssl/ecdsa.h @@ -75,11 +75,6 @@ extern "C" { #endif -typedef struct ECDSA_SIG_st { - BIGNUM *r; - BIGNUM *s; -} ECDSA_SIG; - /** Allocates and initialize a ECDSA_SIG structure * \return pointer to a ECDSA_SIG structure or NULL if an error occurred */