diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-06 18:00:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-06 18:00:07 +0000 |
commit | e047f7f8652d9c67ed96d4ff6f02fa7e23333c54 (patch) | |
tree | 1108bb0903409319cd8d49057b6f9c31d7bb7a95 /src/common/crypto.h | |
parent | af60d79f5deee3e6b264049dfa8512f381a8cbc6 (diff) | |
download | tor-e047f7f8652d9c67ed96d4ff6f02fa7e23333c54.tar.gz tor-e047f7f8652d9c67ed96d4ff6f02fa7e23333c54.zip |
r16455@catbus: nickm | 2007-11-06 12:48:00 -0500
Parse CERT cells and act correctly when we get them.
svn:r12396
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index 610ea460d7..3f85295145 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -195,6 +195,7 @@ struct rsa_st; struct evp_pkey_st; struct dh_st; crypto_pk_env_t *_crypto_new_pk_env_rsa(struct rsa_st *rsa); +crypto_pk_env_t *_crypto_new_pk_env_evp_pkey(struct evp_pkey_st *pkey); struct evp_pkey_st *_crypto_pk_env_get_evp_pkey(crypto_pk_env_t *env, int private); struct dh_st *_crypto_dh_env_get_dh(crypto_dh_env_t *dh); |