diff options
Diffstat (limited to 'src/or/protover_rust.c')
-rw-r--r-- | src/or/protover_rust.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/protover_rust.c b/src/or/protover_rust.c index 0c409b1681..26e21cc1c5 100644 --- a/src/or/protover_rust.c +++ b/src/or/protover_rust.c @@ -15,5 +15,5 @@ /* Define for compatibility, used in main.c */ void protover_free_all(void) {} -#endif +#endif /* defined(HAVE_RUST) */ |