X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=demos%2Fevp%2Faesccm.c;fp=demos%2Fevp%2Faesccm.c;h=cc4d0b5ee99abc397942f7525bb807411c4b8cee;hp=e0240e58698c14fd01a6c625fc5477229c3b727c;hb=9e20068958b8c1772067299dda7df0b8a82283b4;hpb=569d0646096e6c7e07b9b89b04204eef934c3b69 diff --git a/demos/evp/aesccm.c b/demos/evp/aesccm.c index e0240e5869..cc4d0b5ee9 100644 --- a/demos/evp/aesccm.c +++ b/demos/evp/aesccm.c @@ -1,3 +1,12 @@ +/* + * Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + /* * Simple AES CCM test program, uses the same NIST data used for the FIPS * self test but uses the application level EVP APIs.