diff options
Diffstat (limited to 'opacket.c')
-rw-r--r-- | opacket.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ ssh_packet_put_raw(struct ssh *ssh, const void *buf, u_int len) | |||
80 | 80 | ||
81 | #ifdef WITH_OPENSSL | 81 | #ifdef WITH_OPENSSL |
82 | void | 82 | void |
83 | ssh_packet_put_bignum2(struct ssh *ssh, BIGNUM * value) | 83 | ssh_packet_put_bignum2(struct ssh *ssh, const BIGNUM * value) |
84 | { | 84 | { |
85 | int r; | 85 | int r; |
86 | 86 | ||