aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/bignum.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2015-12-31 10:48:34 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-01-24 11:04:44 +0100
commitafe2673cfa5a94013d4b76670c802e8590216217 (patch)
treec00368df224193d919978e5d5582b9d4a3c6382c /include/libssh/bignum.h
parent43a4f86b6e14a907b3a298d10d5cd7efb59f6a09 (diff)
downloadlibssh-afe2673cfa5a94013d4b76670c802e8590216217.tar.gz
libssh-afe2673cfa5a94013d4b76670c802e8590216217.tar.xz
libssh-afe2673cfa5a94013d4b76670c802e8590216217.zip
bignum: harmonize gcrypt, libcrypto and libmcrypt bignum
Ensure most of the abstraction around the 3 libs are consistent. Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/bignum.h')
-rw-r--r--include/libssh/bignum.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/bignum.h b/include/libssh/bignum.h
index 32727050..3f82bc64 100644
--- a/include/libssh/bignum.h
+++ b/include/libssh/bignum.h
@@ -26,7 +26,6 @@
#include "libssh/libmbedcrypto.h"
bignum ssh_make_string_bn(ssh_string string);
-void ssh_make_string_bn_inplace(ssh_string string, bignum bnout);
ssh_string ssh_make_bignum_string(bignum num);
void ssh_print_bignum(const char *which, const bignum num);