
| Key: |
STR-242
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Won't Fix
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Martin Bravenboer
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
The native ssl functions are defined in C header files, which are included from the C sources generated by the compiler. This hard link from the compiler to the SSL can be avoided by defining the C functions as external definitions in Stratego itself. The Stratego modules that use native C primitives can import these external definitions. If this is implemented, then the compiler no longer needs to insert an include of the SSL C header files.
|
|
Description
|
The native ssl functions are defined in C header files, which are included from the C sources generated by the compiler. This hard link from the compiler to the SSL can be avoided by defining the C functions as external definitions in Stratego itself. The Stratego modules that use native C primitives can import these external definitions. If this is implemented, then the compiler no longer needs to insert an include of the SSL C header files. |
Show » |
|
|