]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
indentation fix
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 11 Nov 2014 09:47:56 +0000 (10:47 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 11 Nov 2014 09:47:56 +0000 (10:47 +0100)
lib/includes/gnutls/abstract.h

index 47ec1e86b3566f9f3259578e18b089e1511721e4..d3a33e33623ace2364d8106f32aa67b37b7b8836 100644 (file)
@@ -495,19 +495,13 @@ void gnutls_pcert_deinit(gnutls_pcert_st * pcert);
         * within the library.
         */
 typedef int gnutls_certificate_retrieve_function2(gnutls_session_t,
-                                                 const
-                                                 gnutls_datum_t *
-                                                 req_ca_rdn,
-                                                 int nreqs, const
-                                                 gnutls_pk_algorithm_t
-                                                 * pk_algos,
-                                                 int
-                                                 pk_algos_length,
-                                                 gnutls_pcert_st
-                                                 **, unsigned int
-                                                 *pcert_length,
-                                                 gnutls_privkey_t
-                                                 * privkey);
+                                 const gnutls_datum_t *req_ca_rdn,
+                                 int nreqs,
+                                 const gnutls_pk_algorithm_t *pk_algos,
+                                 int pk_algos_length,
+                                 gnutls_pcert_st**,
+                                 unsigned int *pcert_length,
+                                 gnutls_privkey_t *privkey);
 
 
 void gnutls_certificate_set_retrieve_function2