diff options
author | Stefan Bellon <[email protected]> | 2002-10-31 16:58:47 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2002-10-31 16:58:47 +0000 |
commit | 7dac918b6d0ff849d9ca76d863cca8006b1988ad (patch) | |
tree | 59511c4ab21a53ed51f477535038e0ba6089ffd0 /g10/trustdb.c | |
parent | * build-packet.c (do_plaintext), encode.c (encode_sesskey, encode_simple, (diff) | |
download | gnupg-7dac918b6d0ff849d9ca76d863cca8006b1988ad.tar.gz gnupg-7dac918b6d0ff849d9ca76d863cca8006b1988ad.zip |
added RISC OS module loading support
Diffstat (limited to 'g10/trustdb.c')
-rw-r--r-- | g10/trustdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index 651baa3ed..f2014012c 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -1331,6 +1331,8 @@ check_regexp(const char *exp,const char *string) /* When DISABLE_REGEXP is defined, assume all regexps do not match. */ return 0; +#elif defined(__riscos__) + return riscos_check_regexp(exp, string, DBG_TRUST); #else int ret; regex_t pat; |