From: GitHub <no...@gi...> - 2013-08-27 09:00:35
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3afe644c0db3b73c2d46c20f4b74da4c8d64c5a9 https://github.com/OpenSC/OpenSC/commit/3afe644c0db3b73c2d46c20f4b74da4c8d64c5a9 Author: Ludovic Rousseau <lud...@gm...> Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M src/libopensc/card-dnie.c Log Message: ----------- Fix integration problem with DNIe card-dnie.c:1481:2: error: too few arguments to function `sc_pkcs1_strip_01_padding' The prototype of sc_pkcs1_strip_01_padding() changed between the patch submission and its integration. |