summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-07-22 13:57:55 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-07-22 14:48:17 +0200
commitd97f6df513058cb785748e79c5376d62866399a0 (patch)
tree73be9106f595fec5cbe19b4cf69ded5ab4420eb9 /lib/libgnutls.map
parent12afa597362e340241e687fe3bd7160390b1d58e (diff)
downloadgnutls-d97f6df513058cb785748e79c5376d62866399a0.tar.gz
fips140-2: Added _gnutls_prf_raw() which can calculate the TLS PRF without depending on a session structure.
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 94b64d37be..2fd3488cf8 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1041,6 +1041,7 @@ GNUTLS_PRIVATE {
_gnutls_write_uint24;
_gnutls_log;
_gnutls_PRF;
+ _gnutls_prf_raw;
_gnutls_send_int;
_gnutls_read_uint24;
_gnutls_get_cred;