X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fperlasm%2Fcbc.pl;h=ad79b2407bee39623ba56cd0e9c2ee470e13d40f;hb=c62ee12574e661a111238954b07ea1d5f0786bec;hp=24561e759aba6812c1e42a18250aaf606e30b2a7;hpb=f9c5e5d92e75ccff046774494b9904d849148e5f;p=oweals%2Fopenssl.git diff --git a/crypto/perlasm/cbc.pl b/crypto/perlasm/cbc.pl index 24561e759a..ad79b2407b 100644 --- a/crypto/perlasm/cbc.pl +++ b/crypto/perlasm/cbc.pl @@ -1,4 +1,11 @@ -#!/usr/local/bin/perl +#! /usr/bin/env perl +# Copyright 1995-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 + # void des_ncbc_encrypt(input, output, length, schedule, ivec, enc) # des_cblock (*input);