summaryrefslogtreecommitdiff
path: root/lib/auth/psk_passwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth/psk_passwd.h')
-rw-r--r--lib/auth/psk_passwd.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/auth/psk_passwd.h b/lib/auth/psk_passwd.h
index a1a1d8d83b..18ac72b34b 100644
--- a/lib/auth/psk_passwd.h
+++ b/lib/auth/psk_passwd.h
@@ -21,16 +21,15 @@
*/
#ifndef GNUTLS_LIB_AUTH_PSK_PASSWD_H
-# define GNUTLS_LIB_AUTH_PSK_PASSWD_H
+#define GNUTLS_LIB_AUTH_PSK_PASSWD_H
/* this is locally allocated. It should be freed using the provided function */
-int _gnutls_psk_pwd_find_entry(gnutls_session_t,
- const char *username, uint16_t username_len,
- gnutls_datum_t * key);
+int _gnutls_psk_pwd_find_entry(gnutls_session_t, const char *username,
+ uint16_t username_len, gnutls_datum_t *key);
int _gnutls_find_psk_key(gnutls_session_t session,
gnutls_psk_client_credentials_t cred,
- gnutls_datum_t * username, gnutls_datum_t * key,
+ gnutls_datum_t *username, gnutls_datum_t *key,
int *free);
-#endif /* GNUTLS_LIB_AUTH_PSK_PASSWD_H */
+#endif /* GNUTLS_LIB_AUTH_PSK_PASSWD_H */