summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/rsa.h')
-rw-r--r--crypto/openssh/rsa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/rsa.h b/crypto/openssh/rsa.h
index b841ea4..c476707 100644
--- a/crypto/openssh/rsa.h
+++ b/crypto/openssh/rsa.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rsa.h,v 1.16 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: rsa.h,v 1.17 2014/06/24 01:13:21 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -19,8 +19,8 @@
#include <openssl/bn.h>
#include <openssl/rsa.h>
-void rsa_public_encrypt(BIGNUM *, BIGNUM *, RSA *);
+int rsa_public_encrypt(BIGNUM *, BIGNUM *, RSA *);
int rsa_private_decrypt(BIGNUM *, BIGNUM *, RSA *);
-void rsa_generate_additional_parameters(RSA *);
+int rsa_generate_additional_parameters(RSA *);
#endif /* RSA_H */
OpenPOWER on IntegriCloud