|
@@ -79,7 +79,7 @@ def check_extension_modules():
|
|
|
raise ExtensionModuleError
|
|
|
if chunker.API_VERSION != 2:
|
|
|
raise ExtensionModuleError
|
|
|
- if crypto.API_VERSION != 2:
|
|
|
+ if crypto.API_VERSION != 3:
|
|
|
raise ExtensionModuleError
|
|
|
if platform.API_VERSION != 2:
|
|
|
raise ExtensionModuleError
|