]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/classes.c
Copyright update...
[thirdparty/cups.git] / cgi-bin / classes.c
index 2b5bd470a77da98f508fe559953ea407706e428c..69cb1f01fc6c94ff6fefac86412d0426f6c8bf71 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * "$Id: classes.c,v 1.17 2000/09/14 19:05:03 mike Exp $"
+ * "$Id: classes.c,v 1.20 2002/01/02 17:58:36 mike Exp $"
  *
  *   Class status CGI for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 1997-2000 by Easy Software Products.
+ *   Copyright 1997-2002 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
  *   property of Easy Software Products and are protected by Federal
@@ -71,7 +71,7 @@ main(int  argc,                       /* I - Number of command-line arguments */
   * Connect to the HTTP server...
   */
 
-  http = httpConnect("localhost", ippPort());
+  http = httpConnectEncrypt("localhost", ippPort(), cupsEncryption());
 
  /*
   * Tell the client to expect HTML...
@@ -356,5 +356,5 @@ main(int  argc,                     /* I - Number of command-line arguments */
 
 
 /*
- * End of "$Id: classes.c,v 1.17 2000/09/14 19:05:03 mike Exp $".
+ * End of "$Id: classes.c,v 1.20 2002/01/02 17:58:36 mike Exp $".
  */