1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Stupid typo

This commit is contained in:
Thom Wiggers 2019-02-27 18:09:46 +01:00
parent 7c5e671dac
commit 3c81f6940d
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -42,7 +42,7 @@ def check_symbol_namespace(scheme_name, implementation_name):
if symtype in 'TR':
if (not symbol.startswith(namespace) and
# weird things on i386
not symbol.startwith('__x86.get_pc_thunk.') and
not symbol.startswith('__x86.get_pc_thunk.') and
not symbol.startswith('_' + namespace)):
non_namespaced.append(symbol)