Diff for /embedaddon/dhcp/dst/dst_api.c between versions 1.1 and 1.1.1.1

version 1.1, 2012/02/21 22:30:18 version 1.1.1.1, 2012/10/09 09:06:54
Line 5  static const char rcsid[] = "$Header$"; Line 5  static const char rcsid[] = "$Header$";
 /*  /*
  * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.   * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
  * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")   * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
    * Portions Copyright (c) 2012 by Internet Systems Consortium, Inc. ("ISC")
  *   *
  * Permission to use, copy modify, and distribute this software for any   * Permission to use, copy modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 341  dst_read_key(const char *in_keyname, const unsigned in Line 342  dst_read_key(const char *in_keyname, const unsigned in
                          in_alg));                           in_alg));
                 return (NULL);                  return (NULL);
         }          }
        if ((type && (DST_PUBLIC | DST_PRIVATE)) == 0)         if ((type & (DST_PUBLIC | DST_PRIVATE)) == 0) 
                 return (NULL);                  return (NULL);
         if (in_keyname == NULL) {          if (in_keyname == NULL) {
                 EREPORT(("dst_read_private_key(): Null key name passed in\n"));                  EREPORT(("dst_read_private_key(): Null key name passed in\n"));

Removed from v.1.1  
changed lines
  Added in v.1.1.1.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>