mariadb/libservices/my_crypt_service.c
Vladislav Vaintroub db39107413 MDEV-11663 Create services for functionality used by plugins
Added service for
- encryption (AES)
- error reporting, e.g my_printf_error()
2017-04-27 19:12:38 +02:00

2 lines
89 B
C

#include <service_versions.h>
SERVICE_VERSION my_crypt_service= (void*)VERSION_my_crypt;