Skip to content

Commit 25dc3f0

Browse files
random implementation does not require PIC32 build macro
1 parent 1c56a26 commit 25dc3f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/random.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2775,7 +2775,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
27752775
return ret;
27762776
}
27772777

2778-
#elif defined(MICROCHIP_PIC32)
2778+
#elif defined(MICROCHIP_PIC32) || defined(MICROCHIP_MPLAB_HARMONY)
27792779

27802780
#ifdef MICROCHIP_MPLAB_HARMONY
27812781
#ifdef MICROCHIP_MPLAB_HARMONY_3

0 commit comments

Comments
 (0)