The unified diff between revisions [92f17752..] and [51b865be..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'src/asn1_ku.cpp'

#
#
# patch "src/asn1_ku.cpp"
#  from [4e55b81ad1ff1c50f5912a772946b31ad319963c]
#    to [9d71d5d75d8fce8eadc81989e0820e4c9cdf08dd]
#
============================================================
--- src/asn1_ku.cpp	4e55b81ad1ff1c50f5912a772946b31ad319963c
+++ src/asn1_ku.cpp	9d71d5d75d8fce8eadc81989e0820e4c9cdf08dd
@@ -1,12 +1,11 @@
 /*************************************************
 * KeyUsage Source File                           *
-* (C) 1999-2006 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #include <botan/asn1_obj.h>
 #include <botan/der_enc.h>
 #include <botan/ber_dec.h>
-#include <botan/bit_ops.h>

 namespace Botan {