blob: 2b934dbcb0ff6122e1342ef106bd364e28e36065 (
plain)
1
2
3
4
5
6
7
8
9
|
source+=('skip-aead-tests-on-32-bit.patch')
sha512sums+=('SKIP')
eval "$(
{
declare -f prepare || \
printf 'prepare() { cd cryptography\n}\n'
} \
| sed 's@cd cryptography@cd cryptography; patch -p1 -i ../skip-aead-tests-on-32-bit.patch@'
)"
|