move ECDSA_SIG definition
[openssl.git] / include / openssl / ecdsa.h
index bb84236cd71cf0cb1a5f0a12ac0ff85f81c8c79d..fb6813585f43f27c176c53bd39c30c6e666207fa 100644 (file)
 extern "C" {
 #endif
 
 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
  */
 /** Allocates and initialize a ECDSA_SIG structure
  *  \return pointer to a ECDSA_SIG structure or NULL if an error occurred
  */