For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / lib / dhparams.h
index 75e0ebe..0377bb9 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <openssl/dh.h>
 
-DH *get_dh512(void);
 DH *get_dh1024(void);
 DH *get_dh2048(void);
 DH *get_dh4096(void);