X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Finternal%2Fcomp.h;h=ac6e38b47415ba4f31ee481d2d28012697252d3c;hp=e5de19708e2a2d57d4c8f88eb39a7a8a07960fe4;hb=0c3d0d4a01d71f7de4e340f045cb9fd16b3bf4d2;hpb=342c21cd8bb42b6750abfc49cac26dc288de98c3 diff --git a/include/internal/comp.h b/include/internal/comp.h index e5de19708e..ac6e38b474 100644 --- a/include/internal/comp.h +++ b/include/internal/comp.h @@ -1,11 +1,12 @@ /* - * Licensed under the OpenSSL licenses, (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright 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 - * or in the file LICENSE in the source distribution. */ #include -void int_comp_zlib_cleanup(void); +void comp_zlib_cleanup_int(void);