X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/094ca922beda8a0af97cf9aeeeea3a983b59531c..9018e07aec9e5a32e85b03d997a272c40ff2d915:/aes.c diff --git a/aes.c b/aes.c index eb37adb..4e155ab 100644 --- a/aes.c +++ b/aes.c @@ -1,6 +1,10 @@ /** * * aes.c - integrated in QEMU by Fabrice Bellard from the OpenSSL project. + * + * Copied to the secnet tree by Ian Jackson from the upstream qemu git + * tree revision 55616505876d6683130076b810a27c7889321560 + * and modified only to remove the include of qemu-common.h. */ /* * rijndael-alg-fst.c @@ -27,7 +31,6 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "qemu-common.h" #include "aes.h" #ifndef NDEBUG