|
Lines 113-120
int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key);
Link Here
|
| 113 |
#endif /* HAVE_DSA_SET0_KEY */ |
113 |
#endif /* HAVE_DSA_SET0_KEY */ |
| 114 |
|
114 |
|
| 115 |
#ifndef HAVE_EVP_CIPHER_CTX_GET_IV |
115 |
#ifndef HAVE_EVP_CIPHER_CTX_GET_IV |
|
|
116 |
# ifdef HAVE_EVP_CIPHER_CTX_GET_UPDATED_IV |
| 117 |
# define EVP_CIPHER_CTX_get_iv EVP_CIPHER_CTX_get_updated_iv |
| 118 |
# else /* HAVE_EVP_CIPHER_CTX_GET_UPDATED_IV */ |
| 116 |
int EVP_CIPHER_CTX_get_iv(const EVP_CIPHER_CTX *ctx, |
119 |
int EVP_CIPHER_CTX_get_iv(const EVP_CIPHER_CTX *ctx, |
| 117 |
unsigned char *iv, size_t len); |
120 |
unsigned char *iv, size_t len); |
|
|
121 |
# endif /* HAVE_EVP_CIPHER_CTX_GET_UPDATED_IV */ |
| 118 |
#endif /* HAVE_EVP_CIPHER_CTX_GET_IV */ |
122 |
#endif /* HAVE_EVP_CIPHER_CTX_GET_IV */ |
| 119 |
|
123 |
|
| 120 |
#ifndef HAVE_EVP_CIPHER_CTX_SET_IV |
124 |
#ifndef HAVE_EVP_CIPHER_CTX_SET_IV |