]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
removed empty line as an excuse for making
authorAndreas Gustafsson <source@isc.org>
Fri, 2 Nov 2001 22:31:14 +0000 (22:31 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 2 Nov 2001 22:31:14 +0000 (22:31 +0000)
another commit so that I can note that the commit message
of the previous commit should have been:
pullup:
silence compiler the same way

lib/bind/dst/dst_api.c

index 556ac0ae521e44457a2583f4d6e3c43ec749b022..c584f735c86124ff54e8678883a728753ea84fb5 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef LINT
-static const char rcsid[] = "$Header: /u0/home/explorer/proj/ISC/git-conversion/cvsroot/bind9/lib/bind/dst/Attic/dst_api.c,v 1.4.2.4 2001/11/02 22:26:21 gson Exp $";
+static const char rcsid[] = "$Header: /u0/home/explorer/proj/ISC/git-conversion/cvsroot/bind9/lib/bind/dst/Attic/dst_api.c,v 1.4.2.5 2001/11/02 22:31:14 gson Exp $";
 #endif
 
 /*
@@ -213,7 +213,6 @@ dst_compare_keys(const DST_KEY *key1, const DST_KEY *key2)
  *     Then data is hashed (SIG_MODE_UPDATE).  Finally the signature
  *     itself is created (SIG_MODE_FINAL).  This function can be called
  *     once with INIT, UPDATE and FINAL modes all set, or it can be
-
  *     called separately with a different mode set for each step.  The
  *     UPDATE step can be repeated.
  * Parameters