diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-02-12 06:44:51 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-02-12 06:44:51 +0000 |
| commit | a09221f83c403c7842e4be74e134de476cdf6b87 (patch) | |
| tree | 1649df033bb3c73f3a25bc9376da66627be995ae /crypto/openssh/rsa.h | |
| parent | f1a87e83ee5ba03ffd3ae3fda4b3ee089095720e (diff) | |
Notes
Diffstat (limited to 'crypto/openssh/rsa.h')
| -rw-r--r-- | crypto/openssh/rsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/rsa.h b/crypto/openssh/rsa.h index e8e380356176..152aa9af0ec2 100644 --- a/crypto/openssh/rsa.h +++ b/crypto/openssh/rsa.h @@ -32,6 +32,6 @@ void rsa_set_verbose __P((int verbose)); int rsa_alive __P((void)); void rsa_public_encrypt __P((BIGNUM * out, BIGNUM * in, RSA * prv)); -void rsa_private_decrypt __P((BIGNUM * out, BIGNUM * in, RSA * prv)); +int rsa_private_decrypt __P((BIGNUM * out, BIGNUM * in, RSA * prv)); #endif /* RSA_H */ |
