Skip to content

Commit

Permalink
added GP211_get_card_recognition_data to Win API
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten Ohme committed Sep 9, 2020
1 parent f323cb1 commit b2693b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ choco install cmake doxygen.install graphviz

__NOTE:__ `zlib` must be installed manually. Copy the zlibwapi.dll to `C:\Windows\System32` from the upper module's `zlib-1.2.8/zlib-1.2.8.zip`.

__NOTE:__ OpenSSL must be installed manually. Chocolatey is using the the systems architecture, which is nowadays 64 bit, but the compilation needs the 32 bit version. Download [OpenSSL](https://slproweb.com/products/Win32OpenSSL.html) and choose the Win32 bit version and no light version.
__NOTE:__ OpenSSL must be installed manually. Chocolatey is using the systems architecture, which is nowadays 64 bit, but the compilation needs the 32 bit version. Download [OpenSSL](https://slproweb.com/products/Win32OpenSSL.html) and choose the Win32 bit version and no light version.

### Compile

Expand Down
1 change: 1 addition & 0 deletions globalplatform/src/globalplatform/globalplatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ OPGP_API
OPGP_ERROR_STATUS GP211_get_data_iso7816_4(OPGP_CARD_CONTEXT cardContext, OPGP_CARD_INFO cardInfo, BYTE identifier[2], PBYTE recvBuffer, PDWORD recvBufferLength);

//! \brief GlobalPlatform2.1.1: Return the card recognition data.
OPGP_API
OPGP_ERROR_STATUS GP211_get_card_recognition_data(OPGP_CARD_CONTEXT cardContext, OPGP_CARD_INFO cardInfo, GP211_CARD_RECOGNITION_DATA *cardData);

//! \brief GlobalPlatform2.1.1: This returns the Secure Channel Protocol and the Secure Channel Protocol implementation.
Expand Down
2 changes: 1 addition & 1 deletion windows-bundle.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ rmdir /s /Q %dirNamegpshell%\lib
del /F /S /Q %dirName%\zlib-1.2.8 > NUL
rmdir /s /Q %dirName%\zlib-1.2.8

rem tar -czf %dirName%\%gpshellZip% %dirNamegpshell% > NUL
archive create -o %dirName%\%gpshellZip% %dirNamegpshell%

0 comments on commit b2693b7

Please sign in to comment.