GH#857: all files are UTF-8 encoded (only relevant for Python 2)

This commit is contained in:
Helder Eijs 2025-03-16 10:16:42 +01:00
parent 274e1dcc16
commit 84a395ab77
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# -*- coding: ascii -*-
# -*- coding: utf-8 -*-
#
# Util/Counter.py : Fast counter for use with CTR-mode ciphers
#

View file

@ -1,4 +1,4 @@
# -*- coding: ascii -*-
# -*- coding: utf-8 -*-
#
# Util/asn1.py : Minimal support for ASN.1 DER binary encoding.
#