Commit e7a80b1f authored by Nils Goroll's avatar Nils Goroll

adjust to recent vmodtool changes

parent 676ad923
......@@ -82,9 +82,9 @@ md_evp(enum md_e md) {
enum md_e
md_parse(VCL_ENUM e) {
#define VMODENUM(n) if (e == vmod_enum_ ## n) return(n);
#define VMODENUM(n) if (e == VENUM(n)) return(n);
#include "tbl_md.h"
// additional aliases
if (e == vmod_enum_rmd160 ) return (ripemd160);
if (e == VENUM(rmd160)) return (ripemd160);
WRONG("illegal md enum");
}
......@@ -8,6 +8,7 @@
#
$Module crypto 3 "Public Key hash verification for Varnish"
$Prefix vmod
DESCRIPTION
===========
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment