Fuzzing: Fix helper shebang on NixOS

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22612)
This commit is contained in:
Hugo Landau 2023-11-03 11:56:40 +00:00
parent f328adff43
commit d742badc3b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
#
# Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
#