]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove unused variable warnings
authorBrian Wellington <source@isc.org>
Mon, 4 Dec 2000 23:39:05 +0000 (23:39 +0000)
committerBrian Wellington <source@isc.org>
Mon, 4 Dec 2000 23:39:05 +0000 (23:39 +0000)
lib/dns/sec/dst/openssl_link.c

index c8809681fb6c51dafe0a07e09d1e46f06c1e54d7..d391154dcd82edc1862cbeb5a003935888426d07 100644 (file)
@@ -19,7 +19,7 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id: openssl_link.c,v 1.38 2000/12/04 23:06:35 bwelling Exp $
+ * $Id: openssl_link.c,v 1.39 2000/12/04 23:39:05 bwelling Exp $
  */
 #if defined(OPENSSL)
 
@@ -502,6 +502,8 @@ entropy_add(const void *buf, int num, double entropy) {
 
 static void
 lock_callback(int mode, int type, const char *file, int line) {
+       UNUSED(file);
+       UNUSED(line);
        if ((mode & CRYPTO_LOCK) != 0)
                LOCK(&locks[type]);
        else