$OpenBSD: patch-config_h,v 1.12 2020/11/18 00:15:35 sthen Exp $

Index: config.h
--- config.h.orig
+++ config.h
@@ -3,6 +3,10 @@
 /// \file config.h
 /// \brief Library configuration file
 
+#if defined(__i386__)
+#define CRYPTOPP_DISABLE_ASM
+#endif
+
 #ifndef CRYPTOPP_CONFIG_H
 #define CRYPTOPP_CONFIG_H
 
