Skip to content

Commit d9f8e15

Browse files
authored
Merge pull request #9288 from mattia-moffa/20251010-python-new-oid-sum
Disable WOLFSSL_OLD_OID_SUM on Python builds
2 parents 46281a2 + 490f20d commit d9f8e15

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

wolfssl/wolfcrypt/settings.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3646,14 +3646,6 @@ extern void uITRON4_free(void *p) ;
36463646
#endif
36473647
#endif
36483648

3649-
#ifdef WOLFSSL_PYTHON
3650-
/* Need to use old OID sum algorithm until OSP patches, in particular to
3651-
* tests, for all versions reflect the new OID sum value. */
3652-
#undef WOLFSSL_OLD_OID_SUM
3653-
#define WOLFSSL_OLD_OID_SUM
3654-
#endif
3655-
3656-
36573649
/* Linux Kernel Module */
36583650
#ifdef WOLFSSL_LINUXKM
36593651
#ifndef WOLFSSL_KERNEL_MODE

0 commit comments

Comments
 (0)