repo.or.cz
/
gnutls.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Corrected SRP-RSA ciphersuites when used under TLS 1.2.
[gnutls.git]
/
lib
/
locks.h
blob
e3d3825649c3c3db2aad50c3e238121dedb12703
1
#ifndef GNUTLS_LOCKS_H
2
#define GNUTLS_LOCKS_H
3
4
#include <gnutls/gnutls.h>
5
#include <gnutls_int.h>
6
7
extern
mutex_init_func gnutls_mutex_init
;
8
extern
mutex_deinit_func gnutls_mutex_deinit
;
9
extern
mutex_lock_func gnutls_mutex_lock
;
10
extern
mutex_unlock_func gnutls_mutex_unlock
;
11
12
#endif