summaryrefslogtreecommitdiff
path: root/lib/auth/rsa_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth/rsa_common.h')
-rw-r--r--lib/auth/rsa_common.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/auth/rsa_common.h b/lib/auth/rsa_common.h
index e56b095d7e..8a68bc0bfa 100644
--- a/lib/auth/rsa_common.h
+++ b/lib/auth/rsa_common.h
@@ -28,12 +28,11 @@
*/
#ifndef GNUTLS_LIB_AUTH_RSA_COMMON_H
-# define GNUTLS_LIB_AUTH_RSA_COMMON_H
+#define GNUTLS_LIB_AUTH_RSA_COMMON_H
-# include <abstract_int.h>
+#include <abstract_int.h>
-int
-_gnutls_get_public_rsa_params(gnutls_session_t session,
- gnutls_pk_params_st * params);
+int _gnutls_get_public_rsa_params(gnutls_session_t session,
+ gnutls_pk_params_st *params);
-#endif /* GNUTLS_LIB_AUTH_RSA_COMMON_H */
+#endif /* GNUTLS_LIB_AUTH_RSA_COMMON_H */