diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-28 12:47:49 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-28 13:32:16 +0100 |
commit | dc42971afc5051136ebc8d4b21cb49a2055d4a7b (patch) | |
tree | 0c5ed89d85e634ee087b09b911cfd3ac04563ad5 /lib/system.h | |
parent | eb3ba487cd5881107f8c63dd3ae4356ccb847dff (diff) | |
download | gnutls-dc42971afc5051136ebc8d4b21cb49a2055d4a7b.tar.gz |
Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().
This enables using ssh-like authentication for TLS sessions.
Diffstat (limited to 'lib/system.h')
-rw-r--r-- | lib/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/system.h b/lib/system.h index df4ee5a36d..0d2f5a501f 100644 --- a/lib/system.h +++ b/lib/system.h @@ -71,4 +71,6 @@ struct timespec ts; #endif } +int _gnutls_find_config_path(char* path, size_t max_size); + #endif /* SYSTEM_H */ |