diff options
| author | tb <> | 2018-02-18 12:52:13 +0000 |
|---|---|---|
| committer | tb <> | 2018-02-18 12:52:13 +0000 |
| commit | cf99db254a400ac158af75deb5161582f3196f01 (patch) | |
| tree | 2e7437f2ff475481295d8f4dafb561022f83d61b /src/lib/libcrypto/rsa/rsa.h | |
| parent | bd8567c310b9d53164283520dddd3fb067b20344 (diff) | |
| download | openbsd-cf99db254a400ac158af75deb5161582f3196f01.tar.gz openbsd-cf99db254a400ac158af75deb5161582f3196f01.tar.bz2 openbsd-cf99db254a400ac158af75deb5161582f3196f01.zip | |
Provide RSA_bits()
ok jsing
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa.h')
| -rw-r--r-- | src/lib/libcrypto/rsa/rsa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rsa/rsa.h b/src/lib/libcrypto/rsa/rsa.h index 7d4bd838c5..7e28a8766c 100644 --- a/src/lib/libcrypto/rsa/rsa.h +++ b/src/lib/libcrypto/rsa/rsa.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: rsa.h,v 1.32 2018/02/17 13:47:36 tb Exp $ */ | 1 | /* $OpenBSD: rsa.h,v 1.33 2018/02/18 12:52:13 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -256,6 +256,7 @@ struct rsa_st { | |||
| 256 | 256 | ||
| 257 | RSA *RSA_new(void); | 257 | RSA *RSA_new(void); |
| 258 | RSA *RSA_new_method(ENGINE *engine); | 258 | RSA *RSA_new_method(ENGINE *engine); |
| 259 | int RSA_bits(const RSA *rsa); | ||
| 259 | int RSA_size(const RSA *rsa); | 260 | int RSA_size(const RSA *rsa); |
| 260 | 261 | ||
| 261 | /* Deprecated version */ | 262 | /* Deprecated version */ |
