Aftermath of a clashing size_t fix (now only format changes).
authorBen Laurie <ben@openssl.org>
Thu, 13 Nov 2008 09:48:47 +0000 (09:48 +0000)
committerBen Laurie <ben@openssl.org>
Thu, 13 Nov 2008 09:48:47 +0000 (09:48 +0000)
apps/s_apps.h
apps/s_cb.c
engines/e_4758cca.c
ssl/ssl_asn1.c

index 08fbbc2229640f3eb6d4e15af90f7e64926a4970..61dbf8af67fdc4238b79130de7cf354a2d2cc755 100644 (file)
@@ -162,7 +162,7 @@ int extract_port(char *str, short *port_ptr);
 int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p);
 
 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
-       int argi, long argl, long ret);
+                                  int argi, long argl, long ret);
 
 #ifdef HEADER_SSL_H
 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
index 103893090acf64e7c59a26ea505864e5d7f5900c..41f789af485b0f4a0c7d58f3bd76294996c2f227 100644 (file)
@@ -260,7 +260,7 @@ int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key)
        }
 
 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
-       int argi, long argl, long ret)
+                                  int argi, long argl, long ret)
        {
        BIO *out;
 
index 9f6572e677191aa56a657d3f1fb7a8e1a18aafb3..443182bd31e95c676455341841b401ac5c8a50f1 100644 (file)
@@ -108,7 +108,7 @@ static int getModulusAndExponent(const unsigned char *token, long *exponentLengt
 
 /* RAND number functions */
 /*-----------------------*/
-static int cca_get_random_bytes(unsigned char*, int );
+static int cca_get_random_bytes(unsigned char*, int);
 static int cca_random_status(void);
 
 #ifndef OPENSSL_NO_RSA
index 8c4840219b551e69ffe3bfbf04c5f0be87514d5d..d8889189e6410155ed98c2bfab8614850bc73788 100644 (file)
@@ -338,7 +338,7 @@ int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp)
        }
 
 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
-            long length)
+                            long length)
        {
        int version,ssl_version=0,i;
        long id;