]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix CDSA compile probs.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 29 Jan 2003 00:19:42 +0000 (00:19 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 29 Jan 2003 00:19:42 +0000 (00:19 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3272 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/client.c
scheduler/conf.c

index 4c312d06ef32fc64fe54ab44bccfcec20ebfac77..d67a992c1cb6784759cb7d3164929bf4f4ca8112 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: client.c,v 1.140 2003/01/24 20:39:44 mike Exp $"
+ * "$Id: client.c,v 1.141 2003/01/29 00:19:42 mike Exp $"
  *
  *   Client routines for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -66,9 +66,9 @@ static int            pipe_command(client_t *con, int infile, int *outfile,
                                     char *command, char *options);
 
 #ifdef HAVE_CDSASSL
-OSStatus               CDSAReadFunc(SSLConnectionRef connection, void *data,
+static OSStatus                CDSAReadFunc(SSLConnectionRef connection, void *data,
                                     size_t *dataLength);
-OSStatus               CDSAWriteFunc(SSLConnectionRef connection,
+static OSStatus                CDSAWriteFunc(SSLConnectionRef connection,
                                      const void *data, size_t *dataLength);
 #endif /* HAVE_CDSASSL */
 
@@ -2932,5 +2932,5 @@ CDSAWriteFunc(SSLConnectionRef connection,        /* I  - SSL/TLS connection */
 
 
 /*
- * End of "$Id: client.c,v 1.140 2003/01/24 20:39:44 mike Exp $".
+ * End of "$Id: client.c,v 1.141 2003/01/29 00:19:42 mike Exp $".
  */
index b7c9a7f03031e6f4a78c41bd0f110ea2a3f24382..9c67f66e07d10ed59bccf3a12c2fd8dbf1dc5d86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: conf.c,v 1.115 2003/01/24 19:16:32 mike Exp $"
+ * "$Id: conf.c,v 1.116 2003/01/29 00:19:42 mike Exp $"
  *
  *   Configuration routines for the Common UNIX Printing System (CUPS).
  *
@@ -1973,7 +1973,7 @@ CDSAGetServerCerts(void)
 
   if (err)
     LogMessage(L_ERROR, "Cannot open keychain \"%s\", error %d.",
-               ServerCertficate, err);
+               ServerCertificate, err);
   else
   {
    /*
@@ -2028,5 +2028,5 @@ CDSAGetServerCerts(void)
 
 
 /*
- * End of "$Id: conf.c,v 1.115 2003/01/24 19:16:32 mike Exp $".
+ * End of "$Id: conf.c,v 1.116 2003/01/29 00:19:42 mike Exp $".
  */