aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-08-02 05:16:08 -0400
committerJack Lloyd <[email protected]>2018-08-02 05:16:08 -0400
commitecdeaddb10c658fff8371c57a08b82e93eb55793 (patch)
tree510b41e305d4a259219b338b8e40ed1a0ea94ebd /src/lib/ffi
parent0c04a531f927e6558d276c97b1ce88343bf61f2a (diff)
Clarify comment on botan_privkey_load
Diffstat (limited to 'src/lib/ffi')
-rw-r--r--src/lib/ffi/ffi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffi/ffi.h b/src/lib/ffi/ffi.h
index 549b09957..5253f9b25 100644
--- a/src/lib/ffi/ffi.h
+++ b/src/lib/ffi/ffi.h
@@ -790,7 +790,7 @@ BOTAN_PUBLIC_API(2,5) int botan_privkey_create_elgamal(
/*
* Input currently assumed to be PKCS #8 structure;
* Set password to NULL to indicate no encryption expected
-* The rng parameter is unused and may be set to null
+* Starting in 2.8.0, the rng parameter is unused and may be set to null
*/
BOTAN_PUBLIC_API(2,0) int botan_privkey_load(botan_privkey_t* key,
botan_rng_t rng,