File tree Expand file tree Collapse file tree 5 files changed +38
-21
lines changed
core-modules/crypto-openssl-sys/src Expand file tree Collapse file tree 5 files changed +38
-21
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ find details in the "Readme" file.
2323
2424# gematik openHealth - Core Modules
2525
26-
26+ Getting things started.
2727
2828## License
2929<!-- REUSE-IgnoreStart-->
Original file line number Diff line number Diff line change 1+ # Release Notes
2+
3+ This document summarizes the publicly released versions of OpenHealth Core.
4+
5+ ## Change Log
6+
7+ ### LATEST
8+
9+ - Initial release.
Original file line number Diff line number Diff line change 1+ # Security Policy
2+
3+ Please submit an issue or pull request for any non critical bugs
4+ or non critical vulnerabilities you find.
5+
6+ In case of a responsible disclosure, please follow instructions
7+ on https://www.gematik.de/datensicherheit#c1227.
Original file line number Diff line number Diff line change 1+ // SPDX-FileCopyrightText: Copyright 2025 gematik GmbH
2+ //
3+ // SPDX-License-Identifier: Apache-2.0
4+ //
5+ // Licensed under the Apache License, Version 2.0 (the "License");
6+ // you may not use this file except in compliance with the License.
7+ // You may obtain a copy of the License at
8+ //
9+ // http://www.apache.org/licenses/LICENSE-2.0
10+ //
11+ // Unless required by applicable law or agreed to in writing, software
12+ // distributed under the License is distributed on an "AS IS" BASIS,
13+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ // See the License for the specific language governing permissions and
15+ // limitations under the License.
16+ //
17+ // *******
18+ //
19+ // For additional notes and disclaimer from gematik and in case of changes by gematik,
20+ // find details in the "Readme" file.
21+
122/* automatically generated by rust-bindgen 0.72.0 */
223
324pub const OPENSSL_SYS_MACOSX: i32 = 1;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments