Refactored RP, WP, RPM to reduce coupling with objects for Linux and Win32 ports.

This commit is contained in:
skarg
2010-02-10 16:27:31 +00:00
parent a7de276acc
commit f0863c0238
69 changed files with 2734 additions and 1710 deletions
+3 -3
View File
@@ -1956,7 +1956,7 @@ void testBACDCodeReal(
return;
}
static void testBACDCodeDouble(
void testBACDCodeDouble(
Test * pTest)
{
uint8_t double_array[8] = { 0 };
@@ -2743,7 +2743,7 @@ void testDoubleContextDecodes(
ct_test(pTest, outLen2 == -1);
}
static void testObjectIDContextDecodes(
void testObjectIDContextDecodes(
Test * pTest)
{
uint8_t apdu[MAX_APDU];
@@ -2784,7 +2784,7 @@ static void testObjectIDContextDecodes(
ct_test(pTest, outLen2 == -1);
}
static void testCharacterStringContextDecodes(
void testCharacterStringContextDecodes(
Test * pTest)
{
uint8_t apdu[MAX_APDU];