summaryrefslogtreecommitdiff
path: root/sshbuf.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-15 03:08:58 +1100
committerDamien Miller <djm@mindrot.org>2015-01-15 03:08:58 +1100
commitb03ebe2c22b8166e4f64c37737f4278676e3488d (patch)
tree4b5e6701543cc6c79f3638759c7fc420491a4719 /sshbuf.h
parentbc42cc6fe784f36df225c44c93b74830027cb5a2 (diff)
more --without-openssl
fix some regressions caused by upstream merges enable KRLs now that they no longer require BIGNUMs
Diffstat (limited to 'sshbuf.h')
-rw-r--r--sshbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshbuf.h b/sshbuf.h
index ac0191936..eb0d92e10 100644
--- a/sshbuf.h
+++ b/sshbuf.h
@@ -209,11 +209,11 @@ int sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
209 * curve points. 209 * curve points.
210 */ 210 */
211int sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len); 211int sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len);
212int sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf,
213 const u_char **valp, size_t *lenp);
212#ifdef WITH_OPENSSL 214#ifdef WITH_OPENSSL
213int sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM *v); 215int sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM *v);
214int sshbuf_get_bignum1(struct sshbuf *buf, BIGNUM *v); 216int sshbuf_get_bignum1(struct sshbuf *buf, BIGNUM *v);
215int sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf,
216 const u_char **valp, size_t *lenp);
217int sshbuf_put_bignum2(struct sshbuf *buf, const BIGNUM *v); 217int sshbuf_put_bignum2(struct sshbuf *buf, const BIGNUM *v);
218int sshbuf_put_bignum1(struct sshbuf *buf, const BIGNUM *v); 218int sshbuf_put_bignum1(struct sshbuf *buf, const BIGNUM *v);
219# ifdef OPENSSL_HAS_ECC 219# ifdef OPENSSL_HAS_ECC