From: Gregory P. Smith Date: Mon, 17 Feb 2025 19:09:16 +0000 (-0800) Subject: cover `**/*hashopenssl*` in CODEOWNERS (#130236) X-Git-Tag: v3.14.0a6~382 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd1642c6e569d6b328e4296e14355178d3a79778;p=thirdparty%2FPython%2Fcpython.git cover `**/*hashopenssl*` in CODEOWNERS (#130236) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0add48e77786..2fc9c772fa77 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -106,6 +106,7 @@ Objects/exceptions.c @iritkatriel # Hashing & cryptographic primitives **/*hashlib* @gpshead @tiran @picnixz +**/*hashopenssl* @gpshead @tiran @picnixz **/*pyhash* @gpshead @tiran **/sha* @gpshead @tiran @picnixz Modules/md5* @gpshead @tiran @picnixz