Skip to content

Commit 20984a1

Browse files
authored
Merge pull request #110 from chipitsine/RFC7512
Add "PKCS#11 URIs compliant with RFC7512" patch
2 parents 98c51c0 + 3575a16 commit 20984a1

File tree

2 files changed

+657
-1
lines changed

2 files changed

+657
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ environment:
1313
CHOST: x86_64-w64-mingw32
1414

1515
build_script:
16-
- "%CYGWIN%\\setup-%ARCH%.exe -g -q -P mingw64-i686-openssl,mingw64-x86_64-openssl,cygwin-devel,unzip,dos2unix"
16+
- "%CYGWIN%\\setup-%ARCH%.exe -g -q -P mingw64-i686-openssl,mingw64-x86_64-openssl,cygwin-devel,unzip,dos2unix,patch"
1717
- "%CYGWIN%\\bin\\bash -lc 'cp `which true` /usr/bin/man2html'"
1818
- "%CYGWIN%\\bin\\bash -lc 'cd /cygdrive/c/projects/%APPVEYOR_PROJECT_NAME% ; %SCRIPT%'"

0 commit comments

Comments
 (0)