X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=aes.c;h=4e155ab7e0b25244571de29e5a9cb95410def1a2;hp=eb37adbed860674a059f8affffe8aae5b786575c;hb=0a6cbadea08d824e26838a18bb75745c78f27461;hpb=094ca922beda8a0af97cf9aeeeea3a983b59531c 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