=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/openssl.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/openssl/openssl.c 2023/04/25 16:11:02 1.33 +++ src/usr.bin/openssl/openssl.c 2023/06/11 05:45:20 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: openssl.c,v 1.33 2023/04/25 16:11:02 tb Exp $ */ +/* $OpenBSD: openssl.c,v 1.34 2023/06/11 05:45:20 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -329,10 +329,6 @@ { FUNC_TYPE_CIPHER, "sm4-ofb", enc_main }, { FUNC_TYPE_CIPHER, "sm4-cfb", enc_main }, #endif -#ifdef ZLIB - { FUNC_TYPE_CIPHER, "zlib", enc_main }, -#endif - { 0, NULL, NULL } };