Deprecate OBJ_cleanup() and make it a no-op
[openssl.git] / crypto / include / internal / async.h
index 82428006fffb62eae81c7c030e4bf8bdeb432442..76fe4d1399a09e8b327ebf8f97275347ab137af7 100644 (file)
@@ -2,7 +2,7 @@
  * Written by Matt Caswell for the OpenSSL project
  */
 /* ====================================================================
- * Copyright (c) 2015 The OpenSSL Project.  All rights reserved.
+ * Copyright (c) 2016 The OpenSSL Project.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -58,4 +58,5 @@
 #include <openssl/async.h>
 
 int async_init(void);
+void async_deinit(void);